1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

irc: set option irc.network.autoreconnect_delay_max to 600 by default, increase max value to 604800 seconds (7 days)

This commit is contained in:
Sebastien Helleu
2014-02-22 16:33:02 +01:00
parent a0651e11bd
commit a08679c887
8 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -2758,7 +2758,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"autoreconnect_delay_max", "integer",
N_("maximum autoreconnect delay to server (in seconds, 0 = no maximum)"),
NULL, 0, 3600 * 24, "1800", NULL, 0, NULL, NULL,
NULL, 0, 3600 * 24 * 7, "600", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
irc_config_network_ban_mask_default = weechat_config_new_option (
irc_config_file, ptr_section,