Skip to documentation
SLOP

tiny.cook.Limits

Reference tiny.cook Limits

Defined in tiny.cook.

API (7)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.cookLimits
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/cook/src/cache.zig:5

zig
pub const Limits = struct {    max_entry_bytes: u64 = 256 * 1024 * 1024,    max_cache_bytes: u64 = 2 * 1024 * 1024 * 1024,    max_entries: u32 = 128,    max_files: u32 = 8192,    max_directories: u32 = 8192,    max_depth: u8 = 16,    max_path_bytes: usize = 1024,};

Source: lib/cook/src/root.zig:7

zig
pub const Limits = cache.Limits;

Audit

Definitions1
Public names1
Members7
Version26.7.0
Revisiondaab053ee433