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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user