diff --git a/modules/ROOT/pages/performance/bolt-thread-pool-configuration.adoc b/modules/ROOT/pages/performance/bolt-thread-pool-configuration.adoc index 112d74c9e..3ff75bd87 100644 --- a/modules/ROOT/pages/performance/bolt-thread-pool-configuration.adoc +++ b/modules/ROOT/pages/performance/bolt-thread-pool-configuration.adoc @@ -64,7 +64,7 @@ In this example we configure the Bolt thread pool to be of minimum size `5`, max [source, properties] ---- -server.bolt.thread_pool_min_size=10 +server.bolt.thread_pool_min_size=5 server.bolt.thread_pool_max_size=100 server.bolt.thread_pool_keep_alive=10m ----