1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 14:34:16 -04:00

11 Commits

Author SHA1 Message Date
Klaus Post
a896125490
Add crawler delay config + dynamic config values () 2020-12-04 09:32:35 -08:00
Harshavardhana
e083471ec4
use argon2 with sync.Pool for better memory management () 2020-12-03 19:23:19 -08: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
Klaus Post
2294e53a0b
Don't retain context in locker ()
Use the context for internal timeouts, but disconnect it from outgoing 
calls so we always receive the results and cancel it remotely.
2020-11-04 08:25:42 -08:00
Harshavardhana
4ea31da889
fix: move list quorum ENV to config () 2020-11-02 17:21:56 -08:00
Harshavardhana
8b74a72b21
fix: rename READY deadline to CLUSTER deadline ENV () 2020-09-23 09:14:33 -07:00
Klaus Post
5ad032826a
Add a reasonable if unable to get total RAM ()
Though unlikely we shouldn't skip initializing the API if we cannot get RAM.

Add 16GiB as a default and log the error.
2020-09-18 02:03:02 -07:00
Harshavardhana
f355374962
add support for configurable remote transport deadline ()
configurable remote transport timeouts for some special cases
where this value needs to be bumped to a higher value when
transferring large data between federated instances.
2020-09-11 23:03:08 -07:00
Harshavardhana
572b1721b2
set max API requests automatically based on RAM () 2020-09-04 19:37:37 -07:00
Harshavardhana
9fd836e51f
add dnsStore interface for upcoming operator webhook () 2020-07-20 12:28:48 -07:00
Harshavardhana
5e529a1c96
simplify context timeout for readiness ()
additionally also add CORS support to restrict
for specific origin, adds a new config and
updated the documentation as well
2020-06-04 14:58:34 -07:00