Merge pull request #93 from xcpep/patch-1

Updated README.md
This commit is contained in:
Michael Morrison 2018-11-11 06:52:06 -06:00 committed by GitHub
commit 0487c7c20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
* Node.js 6.0 is now required