From c21ea257c6c68e4d7f16b2c401a78c4c512353b6 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 4 Aug 2026 10:05:26 +0200 Subject: Add notes about next to be features --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } } -- cgit v1.3-2-g11bf