Skip to content

Commit

Permalink
Merge pull request akka#19971 from akka/wip-pool-size-comment-ktoso
Browse files Browse the repository at this point in the history
=act akka#19926 clarify fixed-pool-size valid values
  • Loading branch information
ktoso committed Mar 8, 2016
2 parents ac1888f + 2a50b82 commit 85aa219
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion akka-actor/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85aa219

Please sign in to comment.