Watch
1
0
Fork
You've already forked pkg-proxy
1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-08-01 01:58:09 -04:00
pkg-proxy/internal/config
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andrew Nesbitt 461a95c518
Enforce max_size config with LRU cache eviction
Closes #99. The max_size storage config was parsed and validated but
never enforced. This adds a background eviction loop that periodically
checks total cache size and evicts least recently used artifacts when
the limit is exceeded.
2026-04-30 18:09:01 +01:00
..
config.go Enforce max_size config with LRU cache eviction 2026-04-30 18:09:01 +01:00
config_test.go Enforce max_size config with LRU cache eviction 2026-04-30 18:09:01 +01:00