We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c483a22 commit c3f44e5Copy full SHA for c3f44e5
docs/reference/modules/threadpool.asciidoc
@@ -16,7 +16,7 @@ There are several thread pools, but the important ones include:
16
17
`search`::
18
For count/search operations. Defaults to `fixed`
19
- with a size of `3x # of available processors`,
+ with a size of `int((# of available_processors * 3) / 2) + 1`,
20
queue_size of `1000`.
21
22
`suggest`::
0 commit comments