pub const DEFAULT_ARCHIVE_LIMIT: usize = 200;Expand description
Default per-archive entry cap. IntelliJ’s notification log keeps hundreds of entries with no cap visible to the user; we pick a pragmatic limit so persistent files don’t grow unbounded.