Skip to content

Commit

Permalink
Fixed code review for reconnection-max-interval
Browse files Browse the repository at this point in the history
Signed-off-by: MASSAOUDI YOUSSEF <youssef.massaoudi@rte-france.com>
  • Loading branch information
MASSAOUDI YOUSSEF committed Apr 29, 2019
1 parent d92ee90 commit ce24e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/modules/remote-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce24e3e

Please sign in to comment.