summaryrefslogtreecommitdiff
path: root/doc/de
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/de
parent92280750c8d50f62f2d7c3e1ed994fc2e412d5f1 (diff)
downloadweechat-9d740130365a7aecd34f64a5c502eff74bf16d3e.zip
irc: add option irc.network.lag_max
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/autogen/user/irc_options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt
index 4948ebe47..ee018954c 100644
--- a/doc/de/autogen/user/irc_options.txt
+++ b/doc/de/autogen/user/irc_options.txt
@@ -363,13 +363,18 @@
** Typ: integer
** Werte: 0 .. 604800 (Standardwert: `60`)
+* [[option_irc.network.lag_max]] *irc.network.lag_max*
+** Beschreibung: `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)`
+** Typ: integer
+** Werte: 0 .. 604800 (Standardwert: `1800`)
+
* [[option_irc.network.lag_min_show]] *irc.network.lag_min_show*
** Beschreibung: `geringste Verzögerungszeit (Lag) die angezeigt werden soll (in Millisekunden)`
** Typ: integer
** Werte: 0 .. 86400000 (Standardwert: `500`)
* [[option_irc.network.lag_reconnect]] *irc.network.lag_reconnect*
-** Beschreibung: `erneut mit Server verbinden, falls die maximal Verzögerung (Lag) erreicht wurde (Zeit in Sekunden, 0 = keine automatische Neuverbindung, zum Server)`
+** Beschreibung: `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`
** Typ: integer
** Werte: 0 .. 604800 (Standardwert: `0`)