Skip to content

Commit 323b5d5

Browse files
uglidedwdougherty
andauthored
Update docs/connect/clients/nodejs.md
Co-authored-by: David Dougherty <[email protected]>
1 parent 929374a commit 323b5d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/connect/clients/nodejs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ client.on('error', error => {
187187
});
188188
```
189189
In the provided reconnection strategy callback, the client attempts to reconnect up to 20 times with a delay of `retries * 500` milliseconds between attempts.
190-
After approximately 2 minutes, the client logs an error message and terminates the connection if the maximum retry limit is exceeded.
190+
After approximately two minutes, the client logs an error message and terminates the connection if the maximum retry limit is exceeded.
191+
191192

192193
2. Use a numerical value to set a fixed delay in milliseconds.
193194
3. Use `false` to disable reconnection attempts. This option should only be used for testing purposes.

0 commit comments

Comments
 (0)