summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/irc_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-06 08:40:44 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-06 08:40:44 +0100
commit9d740130365a7aecd34f64a5c502eff74bf16d3e (patch)
tree4dd9b1452b412d06eac6b885c8c3f78188710ac2 /doc/en/autogen/user/irc_options.txt
parent92280750c8d50f62f2d7c3e1ed994fc2e412d5f1 (diff)
downloadweechat-9d740130365a7aecd34f64a5c502eff74bf16d3e.zip
irc: add option irc.network.lag_max
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r--doc/en/autogen/user/irc_options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index 020ca33ea..b5c24e07f 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -363,13 +363,18 @@
** type: integer
** values: 0 .. 604800 (default value: `60`)
+* [[option_irc.network.lag_max]] *irc.network.lag_max*
+** description: `maximum lag (in seconds): if this lag is reached, WeeChat will consider that the answer from server (pong) will never be received and will give up counting the lag (0 = never give up)`
+** type: integer
+** values: 0 .. 604800 (default value: `1800`)
+
* [[option_irc.network.lag_min_show]] *irc.network.lag_min_show*
** description: `minimum lag to show (in milliseconds)`
** type: integer
** values: 0 .. 86400000 (default value: `500`)
* [[option_irc.network.lag_reconnect]] *irc.network.lag_reconnect*
-** description: `reconnect to server if lag is greater than this value (in seconds, 0 = never reconnect)`
+** description: `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`
** type: integer
** values: 0 .. 604800 (default value: `0`)