=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:
parent
abb1621367
commit
2a50b8249e
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue