Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
fjp's min=4, max=8. noticed some odd cluster startup issues with min=…
Browse files Browse the repository at this point in the history
…max=2, no such issues with max=4. so making min=4.
  • Loading branch information
shikhar committed Oct 4, 2014
1 parent 5384f6b commit 432867d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ akka {
executor = "fork-join-executor"

fork-join-executor {
parallelism-min = 2
parallelism-max = 2
parallelism-min = 4
parallelism-max = 8
}

}
Expand Down

0 comments on commit 432867d

Please sign in to comment.