You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/clients/nodejs.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,8 @@ client.on('error', error => {
187
187
});
188
188
```
189
189
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
+
191
192
192
193
2. Use a numerical value to set a fixed delay in milliseconds.
193
194
3. Use `false` to disable reconnection attempts. This option should only be used for testing purposes.
0 commit comments