mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
add
This commit is contained in:
@@ -19,7 +19,7 @@ async fn setup_notification_system() -> Result<(), NotifierError> {
|
||||
})],
|
||||
};
|
||||
|
||||
rustfs_event::initialize(config).await?;
|
||||
rustfs_event::initialize(&config).await?;
|
||||
|
||||
// wait for the system to be ready
|
||||
for _ in 0..50 {
|
||||
|
||||
Reference in New Issue
Block a user