aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
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;
}
}