From 2d7346e7230140d7b130b0d0cc464191083428d6 Mon Sep 17 00:00:00 2001 From: Safa Topal Date: Mon, 7 Nov 2016 11:25:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df87bb..1dba8d3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ accessors, though, and invalid values will be ignored. - **disableTimeout**: Sets the socket timeout to 0. Should not be used with inactivityTimeout option. - **reconnectInitialDelay**: Initial wait time in milliseconds while reconnecting. - Default: `1000 + Default: `1000` - **reconnectMaxDelay**: Maximum wait time in milliseconds while reconnecting. Default: `15 * 1000` - **reconnectBackoffStrategy**: Backoff strategy to be used while trying to reconnect.