diff --git a/docs/configuration/modules/remote-service.md b/docs/configuration/modules/remote-service.md index 8c7b6a44..c64c22fc 100644 --- a/docs/configuration/modules/remote-service.md +++ b/docs/configuration/modules/remote-service.md @@ -47,7 +47,7 @@ The `reconnection-interval-mutiplier` property is an optional property that is u The `reconnection-max-interval` property is an optional property that that defines the max interval in seconds between two reconnections. Its default value is `3600`. With the default parameters, there would be no reconnection attempt. -With autoreconnect-enabled set to true and the other parameters set to default values, in the case of a disconnection, the reconnection attempts would occur after 5", then 10", 20", 40", 1'20", 2'40" .... etc incresing until a maximum of one hour interval. after reconnection max intenal, the reconnection will be re-attempted every hour. +With `autoreconnect-enabled` set to `true` and the other parameters set to default values, in the case of a disconnection, the reconnection attempts would occur after 5", then 10", 20", 40", 1'20", 2'40" .... etc incresing until a maximum of one hour interval. after reconnection max intenal, the reconnection will be re-attempted every hour. ## reconnection-max