From 62532f0b643c5f7502f1f48781ec6ec338019275 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 10 Jan 2021 10:41:34 -0600 Subject: [PATCH] Trivial comment change --- include/courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/courtroom.h b/include/courtroom.h index e0db719..4924325 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -316,7 +316,7 @@ private: QVector ic_chatlog_history; - // triggers ping_server() every 1 second + // triggers ping_server() every 45 seconds QTimer *keepalive_timer; // determines how fast messages tick onto screen