sleep 3 secs
This commit is contained in:
parent
ee2d7da761
commit
48a42d5d93
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ fn main() {
|
||||||
changes_detected = false;
|
changes_detected = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
thread::sleep(Duration::from_secs(1));
|
thread::sleep(Duration::from_secs(3));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue