mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 23:56:53 +00:00
init xhost
This commit is contained in:
+4
-4
@@ -208,10 +208,10 @@ async fn run(opt: config::Opt) -> Result<()> {
|
||||
})?;
|
||||
warn!(" init store success!");
|
||||
|
||||
new_global_notification_sys(endpoint_pools.clone()).await.map_err(|err| {
|
||||
error!("new_global_notification_sys faild {:?}", &err);
|
||||
Error::from_string(err.to_string())
|
||||
})?;
|
||||
// new_global_notification_sys(endpoint_pools.clone()).await.map_err(|err| {
|
||||
// error!("new_global_notification_sys faild {:?}", &err);
|
||||
// Error::from_string(err.to_string())
|
||||
// })?;
|
||||
|
||||
// init scanner
|
||||
init_data_scanner().await;
|
||||
|
||||
Reference in New Issue
Block a user