heal admin api(2)

Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-11-23 14:18:35 +08:00
parent a421b5be2b
commit 6ddfc80943
12 changed files with 167 additions and 150 deletions
+3 -3
View File
@@ -192,9 +192,9 @@ async fn run(opt: config::Opt) -> Result<()> {
})?;
warn!(" init store success!");
// init scanner
// init_data_scanner().await;
// // init auto heal
// init_auto_heal().await;
init_data_scanner().await;
// init auto heal
init_auto_heal().await;
info!("server was started");