Freeze the s3 APIs until the notification sub-system initializes completely (#17182)

This commit is contained in:
Praveen raj Mani
2023-05-19 21:14:48 +05:30
committed by GitHub
parent 41fa8fa2d2
commit ecfb18b26a
4 changed files with 29 additions and 11 deletions
+3
View File
@@ -387,6 +387,9 @@ var (
// Controller for deleted file sweeper.
deletedCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false)
// Is _MINIO_DISABLE_API_FREEZE_ON_BOOT set?
globalDisableFreezeOnBoot bool
// Add new variable global values here.
)