Increase IAM refresh rate to every 10 mins (#14661)

Add timing information for IAM init and refresh
This commit is contained in:
Aditya Manthramurthy
2022-03-30 17:02:59 -07:00
committed by GitHub
parent ba17d46f15
commit fc9668baa5
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -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