Skip to content

Commit ddc2362

Browse files
authored
Update async-search.asciidoc - Indicating search.max_async_search_response_size is a Dynamic (#112758)
Indicating `search.max_async_search_response_size` is a Dynamic setting here as it does not appear to be documented elsewhere.
1 parent b94a20e commit ddc2362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/async-search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ nor search requests that only include the <<search-suggesters,suggest section>>.
143143
WARNING: By default, {es} doesn't allow to store an async search response
144144
larger than 10Mb, and an attempt to do this results in an error. The maximum
145145
allowed size for a stored async search response can be set by changing the
146-
`search.max_async_search_response_size` cluster level setting.
146+
`search.max_async_search_response_size` (<<dynamic-cluster-setting,Dynamic>>) cluster level setting.
147147

148148
[[get-async-search]]
149149
==== Get async search

0 commit comments

Comments
 (0)