1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00
Klaus Post 0724205f35
metacache: Add option for life extension ()
Add `MINIO_API_EXTEND_LIST_CACHE_LIFE` that will extend 
the life of generated caches for a while.

This changes caches to remain valid until no updates have been 
received for the specified time plus a fixed margin.

This also changes the caches from being invalidated when the *first* 
set finishes until the *last* set has finished plus the specified time 
has passed.
2020-11-05 11:49:56 -08:00
..