From 1773938d98bc008144e6fc4fc597bffecc2e0c9e Mon Sep 17 00:00:00 2001 From: Abilio Marques Date: Fri, 9 Nov 2018 07:40:48 +0100 Subject: [PATCH] bridge: modify documentation for restart_timeout Signed-off-by: Abilio Marques --- man/mosquitto.conf.5.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 03d693e5..bdce2ce3 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -1401,11 +1401,14 @@ - value + constant | base cap Set the amount of time a bridge using the automatic - start type will wait until attempting to reconnect. - Defaults to 30 seconds. + start type will wait until attempting to reconnect. + It can restart on a constant period, or apply a backoff + mechanism using “Decorrelated Jitter”, with base and + cap values. + Defaults to 30 seconds.