feat: 添加定时检测重连disk

This commit is contained in:
weisd
2024-09-20 16:45:17 +08:00
parent bc9868f926
commit 83590cb742
4 changed files with 63 additions and 11 deletions
+1
View File
@@ -222,6 +222,7 @@ impl MetaCacheEntry {
}
}
#[derive(Debug, Default)]
pub struct DiskOption {
pub cleanup: bool,
pub health_check: bool,