Commit Graph
6 Commits
Author SHA1 Message Date
Catherine 101dba6d03 Fix bits/bytes mixup in bloom filter configuration.
V12-Ref: F-77215
2026-05-30 18:10:43 +00:00
Catherine af333e3d15 Stabilize existence-cache feature.
Also, make the logging a bit quieter.
2026-05-28 23:45:50 +02:00
Catherine f2811a4947 log.Printlog.Println. NFC 2026-05-28 23:45:50 +02:00
Catherine 19332e750f Actually skip creating existence cache for FS backend.
Otherwise, if the feature is enabled, the cache would be refreshed
on every query.
2026-05-19 12:22:42 +00:00
Catherine 9af5565659 Make the existence cache more type-safe.
This makes the uncertain nature of a Bloom filter hit explicit at every
call site.
2026-05-19 12:22:39 +00:00
Catherine 0d24e1aa70 Rename "site existence cache" to "existence cache", tidy it up.
This commit includes no behavioral changes, only cosmetic ones:
 * Renames the concept to "existence cache".
 * Makes log messages more concise.
 * Adds written rationale for the module.
 * Renames feature to `existence-cache`.
2026-05-19 12:22:22 +00:00