Skip to content

Commit

Permalink
[ML] Set ignore_throttled (elastic#117208)
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 authored Nov 3, 2021
1 parent 38a511b commit 2f24d14
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 2f24d14

Please sign in to comment.