diff options
-rw-r--r-- | .weechat/irc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.weechat/irc.conf b/.weechat/irc.conf index 2c2912f..762761a 100644 --- a/.weechat/irc.conf +++ b/.weechat/irc.conf @@ -83,8 +83,8 @@ topic_new = white topic_old = default [network] -autoreconnect_delay_growing = 2 -autoreconnect_delay_max = 600 +autoreconnect_delay_growing = 1 +autoreconnect_delay_max = 30 ban_mask_default = "*!$ident@$host" channel_encode = off colors_receive = on @@ -92,7 +92,7 @@ colors_send = on lag_check = 60 lag_max = 1800 lag_min_show = 500 -lag_reconnect = 300 +lag_reconnect = 30 lag_refresh_interval = 1 notify_check_ison = 1 notify_check_whois = 5 |