From 40ec9685294884b9e90cf80b71df8c9653415793 Mon Sep 17 00:00:00 2001 From: Abilio Marques Date: Fri, 9 Nov 2018 07:40:16 +0100 Subject: [PATCH] bridge: modify configuration file description for restart_timeout Signed-off-by: Abilio Marques --- mosquitto.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mosquitto.conf b/mosquitto.conf index 1d23bcc9..b485dcb3 100644 --- a/mosquitto.conf +++ b/mosquitto.conf @@ -837,7 +837,10 @@ #start_type automatic # Set the amount of time a bridge using the automatic start type will wait -# until attempting to reconnect. Defaults to 30 seconds. +# 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. #restart_timeout 30 # Set the amount of time a bridge using the lazy start type must be idle before