pub const DISK_BUDGET_FRACTION_DIVISOR: u64 = 4;Expand description
Divisor applied to (free disk space + cache footprint) for the auto budget.
Recomputed on every sweep so it tracks disk pressure from other applications, not just this cache’s own growth.