From 8caaf9ad114de6d8c6af128837372ddbfa1cc575 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 15 Jun 2016 18:23:33 -0400 Subject: [PATCH] Fix thread pool docs regarding dynamic settings Thread pool settings are no longer dynamically updatable since da74323141a69bd06fc19a70bc072143e9f0e986. This commit removes a leftover note from the thread pool module docs that incorrectly states that thread pool settings are dynamically updatable. --- docs/reference/modules/threadpool.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index d8f8545c213..374b2b2bd7b 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -66,8 +66,6 @@ thread_pool: size: 30 -------------------------------------------------- -NOTE: you can update thread pool settings dynamically using <>. - [float] [[types]] === Thread pool types