sleep 3 secs

This commit is contained in:
Martin Brodbeck 2023-11-30 16:13:09 +01:00
parent ee2d7da761
commit 48a42d5d93

View file

@ -42,6 +42,6 @@ fn main() {
changes_detected = false;
}
thread::sleep(Duration::from_secs(1));
thread::sleep(Duration::from_secs(3));
}
}