Skip to content

Commit

Permalink
Remove improper usage (#37099) (#37129)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored May 28, 2019
1 parent 3180052 commit eb7cd29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/monitoring/server/lib/elasticsearch/ccr.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export async function checkCcrEnabled(req, esIndexPattern) {
const params = {
index: esIndexPattern,
size: 1,
terminate_after: 1,
ignoreUnavailable: true,
body: {
query: createQuery({
Expand Down

0 comments on commit eb7cd29

Please sign in to comment.