File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ with an error, or an error will be thrown if no callback is specified.
195
195
reconnection (delay) almost doubles. This delay normally grows infinitely, but setting ` retry_max_delay ` limits delay
196
196
to maximum value, provided in milliseconds.
197
197
* ` connect_timeout ` defaults to ` 86400000 ` . Setting ` connect_timeout ` limits total time for client to reconnect.
198
- Value is provided in milliseconds and is counted once the disconnect occured . The last retry is going to happen exactly at the timeout time.
198
+ Value is provided in milliseconds and is counted once the disconnect occurred . The last retry is going to happen exactly at the timeout time.
199
199
That way the default is to try reconnecting until 24h passed.
200
200
* ` max_attempts ` defaults to ` 0 ` . By default client will try reconnecting until connected. Setting ` max_attempts `
201
201
limits total amount of connection tries. Setting this to 1 will prevent any reconnect tries.
You can’t perform that action at this time.
0 commit comments