source: doc/theses/colby_parsons_MMath/benchmarks/actors/akka/Executor/application.conf

Last change on this file was f945fa7, checked in by Peter A. Buhr <pabuhr@…>, 13 hours ago

fix spelling mistake in directory name

  • Property mode set to 100644
File size: 260 bytes
Line 
1akka {
2 dispatcher {
3 type = Dispatcher
4 executor = "fork-join-executor"
5 fork-join-executor {
6 parallelism-factor = 2.0
7 parallelism-min = 1
8 parallelism-max = 1
9 }
10 throughput = 20
11 }
12}
Note: See TracBrowser for help on using the repository browser.