=act #19926 clarify fixed-pool-size valid values

As it may have been a bit confusing as noticed in #19926
This commit is contained in:
Konrad Malawski 2016-03-08 18:06:48 +01:00
parent abb1621367
commit 2a50b8249e

View file

@ -360,7 +360,9 @@ akka {
# Define a fixed thread pool size with this property. The corePoolSize
# and the maximumPoolSize of the ThreadPoolExecutor will be set to this
# value, if it is defined. Then the other pool-size properties will not
# be used.
# be used.
#
# Valid values are: `off` or a positive integer.
fixed-pool-size = off
# Min number of threads to cap factor-based corePoolSize number to