fix cargo.toml

This commit is contained in:
houseme
2025-06-06 12:11:08 +08:00
parent 726ec9a8b5
commit 8c15835414
4 changed files with 11893 additions and 21 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ use tokio::{
},
time::sleep,
};
use tracing::{error, info, debug};
use tracing::{error, info};
const DATA_SCANNER_SLEEP_PER_FOLDER: Duration = Duration::from_millis(1); // Time to wait between folders.
const DATA_USAGE_UPDATE_DIR_CYCLES: u32 = 16; // Visit all folders every n cycles.