Disk-based blob cache with LRU eviction during restore (closes #29) #34

Merged
sneak merged 2 commits from fix/issue-29 into main 2026-02-20 11:16:16 +01:00

2 Commits

Author SHA1 Message Date
9c66674683 Merge branch 'main' into fix/issue-29 2026-02-20 11:15:59 +01:00
ed5d777d05 fix: set disk cache max size to 4x configured blob size instead of hardcoded 10 GiB
The disk blob cache now uses 4 * BlobSizeLimit from config instead of a
hardcoded 10 GiB default. This ensures the cache scales with the
configured blob size.
2026-02-20 02:11:54 -08:00