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.
This commit is contained in:
parent
a5c9541543
commit
57e5aec9cd
@ -45,7 +45,7 @@ KILL_IDLE_TIME = 300
|
|||||||
WARN_IDLE_TIME = 180
|
WARN_IDLE_TIME = 180
|
||||||
PM_WARN_IDLE_TIME = 240
|
PM_WARN_IDLE_TIME = 240
|
||||||
PART_GRACE_TIME = 30
|
PART_GRACE_TIME = 30
|
||||||
QUIT_GRACE_TIME = 30
|
QUIT_GRACE_TIME = 60
|
||||||
ACC_GRACE_TIME = 30
|
ACC_GRACE_TIME = 30
|
||||||
START_QUIT_DELAY = 10
|
START_QUIT_DELAY = 10
|
||||||
# controls how many people it does in one /msg; only works for messages that are the same
|
# controls how many people it does in one /msg; only works for messages that are the same
|
||||||
|
Loading…
x
Reference in New Issue
Block a user