Skip to content

Commit 472506e

Browse files
author
MASSAOUDI YOUSSEF
committed
set DCO
2 parents ce24e3e + 757d780 commit 472506e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration/modules/remote-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The `reconnection-initial-interval` property is an optional property that define
4343

4444
The `reconnection-interval-mutiplier` property is an optional property that is used to increase the waiting interval between two reconnection attempts, for example if we wait 5 seconds for the first retry, we will then wait 5*reconnection-interval-mutiplier seconds before the second retry. Its default value is `2`.
4545

46-
## reconnection-max-interval
46+
## reconnection-timeout
4747

48-
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`.
48+
The `reconnection-timeout` property is an optional property that that defines the max interval in seconds between two reconnections. Its default value is `3600`.
4949
With the default parameters, there would be no reconnection attempt.
50-
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.
50+
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 timeout, the reconnection will be re-attempted every hour.
5151

5252
## reconnection-max
5353

@@ -65,7 +65,7 @@ remote-service:
6565
autoreconnect-enabled: false
6666
reconnection-initial-interval: 5
6767
reconnection-interval-mutiplier: 2
68-
reconnection-max-interval: 3600
68+
reconnection-timeout: 3600
6969
reconnection-max: 2147483647
7070
```
7171
@@ -79,7 +79,7 @@ remote-service:
7979
<autoreconnect-enabled>false</autoreconnect-enabled>
8080
<reconnection-initial-interval>5</reconnection-initial-interval>
8181
<reconnection-interval-mutiplier>2</reconnection-interval-mutiplier>
82-
<reconnection-max-interval>3600</reconnection-max-interval>
82+
<reconnection-max-interval>3600</reconnection-timeout>
8383
<reconnection-max>2147483647</reconnection-max>
8484
</remote-service>
8585
```

0 commit comments

Comments
 (0)