Skip to content

Commit 07adc98

Browse files
authored
Fix the Configure the thread pool for a Bolt connector example to show minimum size 5 as it is in the description (#2103) (#2111)
Cherry-picked from #2103
1 parent 7ad5ddb commit 07adc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/performance/bolt-thread-pool-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In this example we configure the Bolt thread pool to be of minimum size `5`, max
6464
6565
[source, properties]
6666
----
67-
server.bolt.thread_pool_min_size=10
67+
server.bolt.thread_pool_min_size=5
6868
server.bolt.thread_pool_max_size=100
6969
server.bolt.thread_pool_keep_alive=10m
7070
----

0 commit comments

Comments
 (0)