aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-08-10 00:00:38 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-08-10 00:00:38 +0100
commit4230221725b0cd0f6a9b84f726759d20ff9f0e62 (patch)
treea97bed5677ebe2bf7aaa1f999be0bed3a4f809a4 /doc/user-guide
parent280e655722c8660ec2dff9b08f82b10d5559bfd9 (diff)
Added ceiling to auto-reconnect delay, changed the default to 5*3<900 and
added documentation.
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 6d77f8cd..cd16808e 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -320,12 +320,16 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="auto_reconnect_delay" type="integer" scope="global">
- <default>300</default>
+ <bitlbee-setting name="auto_reconnect_delay" type="string" scope="global">
+ <default>5*3&lt;900</default>
<description>
<para>
- Tell BitlBee after how many seconds it should attempt to bring an IM-connection back up after a crash. It's not a good idea to set this value very low, it will cause too much useless traffic when an IM-server is down for a few hours.
+ Tell BitlBee after how many seconds it should attempt to bring a broken IM-connection back up.
+ </para>
+
+ <para>
+ This can be one integer, for a constant delay. One can also set it to something like &quot;10*10&quot;, which means wait for ten seconds on the first reconnect, multiply it by ten on every failure. Once successfully connected, this delay is re-set to the initial value. With &lt; you can give a maximum delay.
</para>
<para>