This commit is contained in:
houseme
2025-05-21 07:15:47 +08:00
parent 2d9394a8e0
commit 1c088546b3
10 changed files with 399 additions and 44 deletions
+1 -1
View File
@@ -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 {