Skip to content

Commit

Permalink
[ML] Set ignore_throttled (#117208)
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 authored and kibanamachine committed Nov 4, 2021
1 parent 9fc68bb commit f2e0afc
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 f2e0afc

Please sign in to comment.