Browse Source

Update thread pool docs about WRITE queue size (#59643)

This commit updates the thread pool documentation to reflect the change
in the WRITE thread pool default queue size.
Tim Brooks 5 years ago
parent
commit
e05858132d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/threadpool.asciidoc

+ 1 - 1
docs/reference/modules/threadpool.asciidoc

@@ -33,7 +33,7 @@ There are several thread pools, but the important ones include:
 `write`::
     For single-document index/delete/update and bulk requests. Thread pool type
     is `fixed` with a size of <<node.processors, `# of allocated processors`>>,
-    queue_size of `200`. The maximum size for this pool is
+    queue_size of `10000`. The maximum size for this pool is
     `pass:[1 + ]`<<node.processors, `# of allocated processors`>>.
 
 `snapshot`::