mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Update section 5.9 (lag checking) to reality.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4599 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2ea061e97a
commit
4a10d61d6e
@ -532,23 +532,22 @@
|
|||||||
|
|
||||||
5.9 Lag checking
|
5.9 Lag checking
|
||||||
|
|
||||||
Irssi will constantly check how big the lag to the server is. It's
|
Irssi will constantly check how big the lag to the server is. It is
|
||||||
done by sending IRSSILAG CTCP replies to ourself. Using PING command
|
done by sending PING commands. Lag checking is disabled for broken
|
||||||
for this would seem more reasonable, but there was too many problems
|
servers that do not support PING.
|
||||||
with it - some servers didn't even know the whole PING command!
|
|
||||||
|
|
||||||
If the lag is too big, Irssi will reconnect to different IRC server.
|
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
|
This is sometimes useful if the connection has been stuck for 30
|
||||||
minutes but it still hasn't been closed.
|
minutes but it still hasn't been closed.
|
||||||
|
|
||||||
/SET lag_check_time <seconds> - Specifies how often to check the
|
/SET lag_check_time <time> - Specifies how often to check the lag.
|
||||||
lag. If it is set to 0, the lag detection is disabled. Default
|
If it is set to 0, the lag detection is disabled. Default
|
||||||
is 30 seconds.
|
is 1 minute.
|
||||||
/SET lag_max_before_disconnect <seconds> - Specifies how big the lag
|
/SET lag_max_before_disconnect <time> - Specifies how big the lag
|
||||||
can be before reconnecting to another server. Default is 5
|
can be before reconnecting to another server. Default is 5
|
||||||
minutes.
|
minutes.
|
||||||
/SET lag_min_show <100th seconds> - Specifies the minimum lag to
|
/SET lag_min_show <time> - Specifies the minimum lag to display
|
||||||
display in status bar. Default is 1 second.
|
in status bar. Default is 1 second.
|
||||||
|
|
||||||
5.10 Raw log
|
5.10 Raw log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user