Skip to content

Commit

Permalink
[ML] Clarifies description of datafeed scroll_size (#94348) (#94453)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Mar 11, 2021
1 parent 5ae7dd7 commit bed89aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Description: FC<Props> = memo(({ children, validation }) => {
description={
<FormattedMessage
id="xpack.ml.newJob.wizard.datafeedStep.scrollSize.description"
defaultMessage="The maximum number of documents requested for a search."
defaultMessage="The maximum number of documents to return in each search request."
/>
}
>
Expand Down

0 comments on commit bed89aa

Please sign in to comment.