Skip to content

Commit

Permalink
[API] change wait_for_completion defaults according to docs (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Mar 22, 2017
1 parent c6b881b commit f8b7ec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
"wait_for_completion": {
"type" : "boolean",
"default": false,
"default": true,
"description" : "Should the request should block until the delete-by-query is complete."
},
"requests_per_second": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"wait_for_completion": {
"type" : "boolean",
"default": false,
"default": true,
"description" : "Should the request should block until the reindex is complete."
},
"requests_per_second": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"wait_for_completion": {
"type" : "boolean",
"default": false,
"default": true,
"description" : "Should the request should block until the update by query operation is complete."
},
"requests_per_second": {
Expand Down

0 comments on commit f8b7ec2

Please sign in to comment.