minio/cmd/config
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 metacache: Add option for life extension (#10837) 2020-11-05 11:49:56 -08:00
cache Add async caching commit option in diskcache (#10742) 2020-11-02 10:00:45 -08:00
compress Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
dns fix: client errors for DNS service creation errors (#10584) 2020-09-30 14:09:41 -07:00
etcd simplify webhook DNS further generalize for gateway (#10448) 2020-09-10 14:19:32 -07:00
heal rename crawler config option to heal (#10678) 2020-10-14 13:51:51 -07:00
identity fix: referesh JWKS public keys upon failure (#10368) 2020-08-28 08:15:12 -07:00
notify Set the maximum open connections limit in PG and MySQL target configs (#10558) 2020-09-24 22:20:30 -07:00
policy/opa fix: if OPA set do not enforce policy claim (#10149) 2020-07-28 11:47:57 -07:00
storageclass fix: move list quorum ENV to config (#10804) 2020-11-02 17:21:56 -08:00
bool-flag.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
bool-flag_test.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
certs.go move the certPool loader function into pkg/certs (#10239) 2020-08-11 08:29:50 -07:00
certs_test.go move the certPool loader function into pkg/certs (#10239) 2020-08-11 08:29:50 -07:00
certsinfo.go print proper certinfo on console when starting up (#9479) 2020-04-30 16:15:29 -07:00
config.go rename crawler config option to heal (#10678) 2020-10-14 13:51:51 -07:00
config_test.go Add target parsing code for config (#9375) 2020-04-16 17:43:14 -07:00
constants.go Add Kubernetes operator webook server as DNS target (#10404) 2020-09-09 12:20:49 -07:00
errors-utils.go fail if port is not accessible (#10616) 2020-10-01 13:23:31 -07:00
errors.go Add async caching commit option in diskcache (#10742) 2020-11-02 10:00:45 -08:00
help.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
logger.go Ignore config values from unknown subsystems (#10432) 2020-09-08 08:57:04 -07:00