Skip to content

Commit

Permalink
[DOCS] Fix cannot must typo. (#58884)
Browse files Browse the repository at this point in the history
  • Loading branch information
debadair authored Jul 2, 2020
1 parent 048681c commit 92851b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/search/scroll-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Period to retain the <<scroll-search-context,search context>> for scrolling. See
This value overrides the duration set by the original search API request's
`scroll` parameter.
+
By default, this value cannot must be less than `1d` (one day). You can change
By default, this value cannot exceed `1d` (24 hours). You can change
this limit using the `search.max_keep_alive` cluster-level setting.
+
IMPORTANT: You can also specify this value using the `scroll` request body
Expand Down

0 comments on commit 92851b4

Please sign in to comment.