mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-23 04:39:04 +00:00
decrease scanner frequency
Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
@@ -827,7 +827,8 @@ impl ECStore {
|
||||
}
|
||||
}
|
||||
});
|
||||
if let Err(err) = set.clone()
|
||||
if let Err(err) = set
|
||||
.clone()
|
||||
.ns_scanner(&all_buckets_clone, want_cycle as u32, tx, heal_scan_mode)
|
||||
.await
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user