Browse Source

Marked `fixed_auto_queue_size` as experimental

Relates to https://github.com/elastic/elasticsearch/pull/23884
Clinton Gormley 8 years ago
parent
commit
086abe6216
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/modules/threadpool.asciidoc

+ 2 - 0
docs/reference/modules/threadpool.asciidoc

@@ -94,6 +94,8 @@ thread_pool:
 [float]
 ==== `fixed_auto_queue_size`
 
+experimental[]
+
 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
 service them. It's similar to the `fixed` threadpool, however, the `queue_size`