Files
kopia/cli
Jarek Kowalski 920341cb68 cache: prevent metadata cache thrashing if working set exceeds max defined size (#1557)
This is done by protecting newly added cache items from being swept for
X amount of time where X defaults to:

* `metadata` - 24 hours (new)
* `data` - 10 min (new)
* `indexes` - 1 hours (same as today)

Fixes #1540
2021-12-03 15:35:01 -08:00
..
2021-05-03 10:28:00 -07:00
2021-05-03 10:28:00 -07:00
2021-11-11 17:03:11 -08:00