blob: 46a30e52fa8023aaa5770c3bec0286e4f1d543d4 [file] [log] [blame]
akka {
}
marvin-online-dispatcher{
type = Dispatcher
executor = "fork-join-executor"
fork-join-executor {
parallelism-min = 2
parallelism-factor = 1
parallelism-max = 48
}
throughput = 100
}