minio/cmd/config/api
Klaus Post 0724205f35
metacache: Add option for life extension (#10837)
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
..
api.go metacache: Add option for life extension (#10837) 2020-11-05 11:49:56 -08:00
help.go add support for configurable remote transport deadline (#10447) 2020-09-11 23:03:08 -07:00