mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Increase IAM refresh rate to every 10 mins (#14661)
Add timing information for IAM init and refresh
This commit is contained in:
committed by
GitHub
parent
ba17d46f15
commit
fc9668baa5
+1
-1
@@ -102,7 +102,7 @@ const (
|
||||
GlobalStaleUploadsCleanupInterval = time.Hour * 6 // 6 hrs.
|
||||
|
||||
// Refresh interval to update in-memory iam config cache.
|
||||
globalRefreshIAMInterval = 30 * time.Minute
|
||||
globalRefreshIAMInterval = 10 * time.Minute
|
||||
|
||||
// Limit of location constraint XML for unauthenticated PUT bucket operations.
|
||||
maxLocationConstraintSize = 3 * humanize.MiByte
|
||||
|
||||
Reference in New Issue
Block a user