mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
non-blocking initialization of bucket target notifications (#15571)
This commit is contained in:
@@ -638,8 +638,8 @@ func serverMain(ctx *cli.Context) {
|
||||
// Initialize site replication manager.
|
||||
globalSiteReplicationSys.Init(GlobalContext, newObject)
|
||||
|
||||
// Initialize bucket notification targets.
|
||||
globalEventNotifier.InitBucketTargets(GlobalContext, newObject)
|
||||
// Initialize bucket notification system
|
||||
logger.LogIf(GlobalContext, globalEventNotifier.InitBucketTargets(GlobalContext, newObject))
|
||||
|
||||
// initialize the new disk cache objects.
|
||||
if globalCacheConfig.Enabled {
|
||||
|
||||
Reference in New Issue
Block a user