diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index db0edf7..98660ff 100644 --- a/src/main.rs +++ b/src/main.rs @@ -102,6 +102,7 @@ async fn main() { // Sleep for 1 second before the next ping + // FEAT: Should be configurable via CLI sleep(tokio::time::Duration::from_millis(1000)).await; } } |