Skip to content

Commit

Permalink
[ML] Set ignore_throttled
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 2, 2021
1 parent 99e2e79 commit 89ea248
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ export class DataRecognizer {
index,
size,
body: searchBody,
// Ignored indices that are frozen
ignore_throttled: true,
});

// @ts-expect-error incorrect search response type
Expand Down

0 comments on commit 89ea248

Please sign in to comment.