Skip to main content

MAX_ENTRIES_PER_DIR

Constant MAX_ENTRIES_PER_DIR 

Source
pub const MAX_ENTRIES_PER_DIR: usize = 10_000;
Expand description

Entries materialised per directory level before we stop and summarise.

One pathological directory (a cache with 200k files) must not stall a render or balloon the tree (ADR-0005 ยง6).