mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 21:46:50 +00:00
refactor: centralize ecstore batch sources and aliases (#3817)
This commit is contained in:
@@ -166,7 +166,7 @@ impl SetDisks {
|
||||
});
|
||||
}
|
||||
|
||||
let processor = get_global_processors().metadata_processor();
|
||||
let processor = runtime_sources::batch_processors().metadata_processor();
|
||||
let results = processor.execute_batch(futures).await;
|
||||
|
||||
for (submitted_idx, result) in results.into_iter().enumerate() {
|
||||
|
||||
Reference in New Issue
Block a user