diff options
| author | ache <ache@ache.one> | 2026-08-04 10:05:26 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-08-04 10:05:26 +0200 |
| commit | c21ea257c6c68e4d7f16b2c401a78c4c512353b6 (patch) | |
| tree | 9fbb1e982526f7cf575a6b02098ce571955f9994 /src | |
| parent | Quit on error (Network for example) (diff) | |
Add notes about next to be features
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; } } |