1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

New default value "0" for option irc.network.lag_disconnect (do not disconnect on high lag)

This commit is contained in:
Sebastien Helleu
2009-05-19 21:29:16 +02:00
parent 7d37cc8f50
commit fcd14cf1c6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1221,7 +1221,7 @@ irc_config_init ()
"lag_disconnect", "integer",
N_("disconnect after important lag (in minutes, 0 = never "
"disconnect)"),
NULL, 0, INT_MAX, "5", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
NULL, 0, INT_MAX, "0", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_anti_flood = weechat_config_new_option (
irc_config_file, ptr_section,
"anti_flood", "integer",