From 1ca0a74939dfea0023d159517ebf6d05f86148d0 Mon Sep 17 00:00:00 2001 From: xcpep Date: Sun, 11 Nov 2018 12:33:45 +0000 Subject: [PATCH] Updated README.md Just changed the default socket timeout value to be in-line with the new default in ab4436d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bbc68b..f698a98 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ function(e,state) { * **notes**: (optional) An object passed through in the return value. * **maxAttempts**: (optional) Number of attempts to query server in case of failure. (default 1) * **socketTimeout**: (optional) Milliseconds to wait for a single packet. Beware that increasing this - will cause many queries to take longer even if the server is online. (default 1000) + will cause many queries to take longer even if the server is online. (default 2000) * **attemptTimeout**: (optional) Milliseconds allowed for an entire query attempt. This timeout is not commonly hit, as the socketTimeout typically fires first. (default 10000) @@ -448,4 +448,4 @@ Major Version Changes ### 1.0 * First official release -* Node.js 6.0 is now required \ No newline at end of file +* Node.js 6.0 is now required