diff options
Diffstat (limited to 'weechat')
-rw-r--r-- | weechat/irc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weechat/irc.conf b/weechat/irc.conf index a0d5f1f..b6bfdb7 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -86,9 +86,9 @@ autoreconnect_delay_max = 1800 ban_mask_default = "*!$user@$host" colors_receive = on colors_send = on -lag_check = 15 +lag_check = 30 lag_max = 1800 -lag_min_show = 0 +lag_min_show = 500 lag_reconnect = 0 lag_refresh_interval = 1 notify_check_ison = 1 |