summaryrefslogtreecommitdiff
path: root/docs/manual.txt
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@irssi.org>2007-08-19 12:19:10 +0000
committerjilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-08-19 12:19:10 +0000
commit4a10d61d6e48047f05e28257478b114af4b332a1 (patch)
tree167b812e3ecedbdc534d2ec2acbb86e3923caef4 /docs/manual.txt
parent2ea061e97a9bb60c0262198b0c4b1ee8997ca3e6 (diff)
downloadirssi-4a10d61d6e48047f05e28257478b114af4b332a1.zip
Update section 5.9 (lag checking) to reality.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4599 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/manual.txt')
-rw-r--r--docs/manual.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/manual.txt b/docs/manual.txt
index 2e2487a4..49bf750d 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -532,23 +532,22 @@
5.9 Lag checking
- Irssi will constantly check how big the lag to the server is. It's
- done by sending IRSSILAG CTCP replies to ourself. Using PING command
- for this would seem more reasonable, but there was too many problems
- with it - some servers didn't even know the whole PING command!
+ Irssi will constantly check how big the lag to the server is. It is
+ done by sending PING commands. Lag checking is disabled for broken
+ servers that do not support PING.
If the lag is too big, Irssi will reconnect to different IRC server.
This is sometimes useful if the connection has been stuck for 30
minutes but it still hasn't been closed.
- /SET lag_check_time <seconds> - Specifies how often to check the
- lag. If it is set to 0, the lag detection is disabled. Default
- is 30 seconds.
- /SET lag_max_before_disconnect <seconds> - Specifies how big the lag
+ /SET lag_check_time <time> - Specifies how often to check the lag.
+ If it is set to 0, the lag detection is disabled. Default
+ is 1 minute.
+ /SET lag_max_before_disconnect <time> - Specifies how big the lag
can be before reconnecting to another server. Default is 5
minutes.
- /SET lag_min_show <100th seconds> - Specifies the minimum lag to
- display in status bar. Default is 1 second.
+ /SET lag_min_show <time> - Specifies the minimum lag to display
+ in status bar. Default is 1 second.
5.10 Raw log