1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

irc: change default value of option irc.network.lag_reconnect to 300 (closes #818)

This commit is contained in:
Sébastien Helleu
2016-10-18 22:06:39 +02:00
parent 83f3e93402
commit b51beb6766
8 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -3139,7 +3139,7 @@ irc_config_init ()
N_("reconnect to server if lag is greater than or equal to this value "
"(in seconds, 0 = never reconnect); this value must be less than or "
"equal to irc.network.lag_max"),
NULL, 0, 3600 * 24 * 7, "0", NULL, 0,
NULL, 0, 3600 * 24 * 7, "300", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_lag_refresh_interval = weechat_config_new_option (
irc_config_file, ptr_section,