feat(scanner): Add dynamic throttling presets (#2095)

Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: GatewayJ <835269233@qq.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: weisd <im@weisd.in>
This commit is contained in:
evan slack
2026-03-10 02:12:56 -06:00
committed by GitHub
parent 67e5f5e3c3
commit b3da8ae269
8 changed files with 383 additions and 85 deletions
+2
View File
@@ -26,7 +26,9 @@ pub mod last_minute;
pub mod scanner;
pub mod scanner_folder;
pub mod scanner_io;
pub mod sleeper;
pub use data_usage_define::*;
pub use error::ScannerError;
pub use scanner::init_data_scanner;
pub use sleeper::{DynamicSleeper, SCANNER_IDLE_MODE, SCANNER_SLEEPER};