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.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |