=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

@ -361,6 +361,8 @@ akka {
# and the maximumPoolSize of the ThreadPoolExecutor will be set to this # and the maximumPoolSize of the ThreadPoolExecutor will be set to this
# value, if it is defined. Then the other pool-size properties will not # 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 fixed-pool-size = off
# Min number of threads to cap factor-based corePoolSize number to # Min number of threads to cap factor-based corePoolSize number to