Skip to documentation
SLOP

tiny.acp.default_reader_limits

Reference tiny.acp default_reader_limits

Defined in reader.

A line limit of 2 MiB (2 1024 1024 bytes) for callers with no size of their own.

No direct callersNo direct callsreaderdefault limits
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/acp/src/reader/root.zig:27

zig
/// A line limit of 2 MiB (2 * 1024 * 1024 bytes) for callers with no size of their own. The package/// exports it as `acp.default_reader_limits`, and the README's example passes it to the client.pub const default_limits: Limits = .{ .message_bytes = 2 * 1024 * 1024 };

Source: lib/acp/src/root.zig:94

zig
pub const default_reader_limits = reader.default_limits;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433