We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0a853 commit 66aaed6Copy full SHA for 66aaed6
src/tasks.rs
@@ -5,7 +5,7 @@ use std::borrow::BorrowMut;
5
use std::fs;
6
use std::path::Path;
7
use std::thread::sleep;
8
-use std::time::{Duration, SystemTime};
+use std::time::{Duration};
9
10
fn mysql_audit_log_rotate(sched: &mut JobScheduler, path: String, max_size: u32, max_file: u32) {
11
// utc time
0 commit comments