Skip to content

Commit cfe5ef4

Browse files
committed
Merge pull request elastic#236 from pjcard/patch-1
Possible inconsistencies
2 parents 2c3ce2a + 3d037e5 commit cfe5ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick_start.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Almost all of the methods on the client accept two arguments:
2222

2323
==== Ping the cluster
2424

25-
.Send a HEAD request to "/?hello=elasticsearch" and allow up to 1 second for it to complete.
25+
.Send a HEAD request to "/?hello=elasticsearch" and allow up to 30 seconds for it to complete.
2626
[source,js]
2727
-----------------
2828
client.ping({
2929
requestTimeout: 30000,
3030
3131
// undocumented params are appended to the query string
32-
hello: "elasticsearch!"
32+
hello: "elasticsearch"
3333
}, function (error) {
3434
if (error) {
3535
console.error('elasticsearch cluster is down!');

0 commit comments

Comments
 (0)