Merge pull request #19971 from akka/wip-pool-size-comment-ktoso
=act #19926 clarify fixed-pool-size valid values
This commit is contained in:
commit
85aa2197af
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