Skip to content

Commit 7eceeb7

Browse files
committed
fix rendering issuez
1 parent 9360818 commit 7eceeb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/elasticsearch/configuration-reference/thread-pool-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ $$$search-throttled$$$`search_throttled`
3535
`write`
3636
: For write operations and ingest processors. Thread pool type is `fixed` with a size of [`# of allocated processors`](#node.processors), queue_size of `max(10000, (`[`# of allocated processors`](#node.processors)`* 750))`. The maximum size for this pool is `1 + `[`# of allocated processors`](#node.processors).
3737

38-
:::{note}
39-
In {{stack}} 9.0 and earlier, the `write` thread pool was also used for bulk requests.
40-
In {{stack}} 9.1 and earlier, the queue_size was 10000.
41-
:::
38+
:::{note}
39+
In {{stack}} 9.0 and earlier, the `write` thread pool was also used for bulk requests.
40+
In {{stack}} 9.1 and earlier, the queue_size was 10000.
41+
:::
4242

4343
`write_coordination` {applies_to}`stack: ga 9.1`
4444
: For bulk request coordination operations. Thread pool type is `fixed` with a size of [`# of allocated processors`](#node.processors), queue_size of `10000`. The maximum size for this pool is `1 + `[`# of allocated processors`](#node.processors).

0 commit comments

Comments
 (0)