Skip to content

Commit c3f44e5

Browse files
Update threadpool.asciidoc
Updated formula for default search thread pool Closes #12308
1 parent c483a22 commit c3f44e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are several thread pools, but the important ones include:
1616

1717
`search`::
1818
For count/search operations. Defaults to `fixed`
19-
with a size of `3x # of available processors`,
19+
with a size of `int((# of available_processors * 3) / 2) + 1`,
2020
queue_size of `1000`.
2121

2222
`suggest`::

0 commit comments

Comments
 (0)