mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
Feature/scanner performance optimization (#498)
* Refactor: reimplement scanner Signed-off-by: RustFS Developer <dandan@rustfs.com> * comment lock Signed-off-by: junxiang Mu <1948535941@qq.com> * remove dirty file Signed-off-by: junxiang Mu <1948535941@qq.com> * Fix: fix rebase * fix(scanner): Improve error handling and logging Signed-off-by: junxiang Mu <1948535941@qq.com> --------- Signed-off-by: RustFS Developer <dandan@rustfs.com> Signed-off-by: junxiang Mu <1948535941@qq.com> Co-authored-by: RustFS Developer <dandan@rustfs.com>
This commit is contained in:
@@ -192,7 +192,7 @@ pub struct ReplTargetSizeSummary {
|
||||
pub failed_count: usize,
|
||||
}
|
||||
|
||||
// ===== 缓存相关数据结构 =====
|
||||
// ===== Cache-related data structures =====
|
||||
|
||||
/// Data usage hash for path-based caching
|
||||
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user