From 57e5aec9cd4789ee705505e8802dbdffe0a67d47 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sun, 20 Dec 2015 14:54:22 -0700 Subject: [PATCH] Increase quit grace time to 60s Rejoining an IRC server after quitting can take a bunch of time for slow connections or if a lot of channels are to be joined. Additionally, quits could be indicative of temporary internet issues, want to make sure we give sufficient time to reconnect in case of a DHCP lease expiring or whatnot. --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index d95dee3..c9b0019 100644 --- a/src/settings.py +++ b/src/settings.py @@ -45,7 +45,7 @@ KILL_IDLE_TIME = 300 WARN_IDLE_TIME = 180 PM_WARN_IDLE_TIME = 240 PART_GRACE_TIME = 30 -QUIT_GRACE_TIME = 30 +QUIT_GRACE_TIME = 60 ACC_GRACE_TIME = 30 START_QUIT_DELAY = 10 # controls how many people it does in one /msg; only works for messages that are the same