Fix thread pool docs regarding dynamic settings
Thread pool settings are no longer dynamically updatable since
da74323141
. This commit removes a leftover
note from the thread pool module docs that incorrectly states that
thread pool settings are dynamically updatable.
This commit is contained in:
parent
a26260fb72
commit
8caaf9ad11
|
@ -66,8 +66,6 @@ thread_pool:
|
|||
size: 30
|
||||
--------------------------------------------------
|
||||
|
||||
NOTE: you can update thread pool settings dynamically using <<cluster-update-settings>>.
|
||||
|
||||
[float]
|
||||
[[types]]
|
||||
=== Thread pool types
|
||||
|
|
Loading…
Reference in New Issue