Skip to content

Commit a09b034

Browse files
authored
Remove percolate threadpool as it doesn't exists.
1 parent 17e41d7 commit a09b034

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ There are several thread pools, but the important ones include:
3535
queue_size of `200`. The maximum size for this pool
3636
is `1 + # of available processors`.
3737

38-
`percolate`::
39-
For percolate operations. Thread pool type is `fixed`
40-
with a size of `# of available processors`,
41-
queue_size of `1000`.
42-
4338
`snapshot`::
4439
For snapshot/restore operations. Thread pool type is `scaling` with a
4540
keep-alive of `5m` and a max of `min(5, (# of available processors)/2)`.

0 commit comments

Comments
 (0)