Marked `fixed_auto_queue_size` as experimental
Relates to https://github.com/elastic/elasticsearch/pull/23884
This commit is contained in:
parent
4e70235d55
commit
086abe6216
|
@ -94,6 +94,8 @@ thread_pool:
|
||||||
[float]
|
[float]
|
||||||
==== `fixed_auto_queue_size`
|
==== `fixed_auto_queue_size`
|
||||||
|
|
||||||
|
experimental[]
|
||||||
|
|
||||||
The `fixed_auto_queue_size` thread pool holds a fixed size of threads to handle
|
The `fixed_auto_queue_size` thread pool holds a fixed size of threads to handle
|
||||||
the requests with a bounded queue for pending requests that have no threads to
|
the requests with a bounded queue for pending requests that have no threads to
|
||||||
service them. It's similar to the `fixed` threadpool, however, the `queue_size`
|
service them. It's similar to the `fixed` threadpool, however, the `queue_size`
|
||||||
|
|
Loading…
Reference in New Issue