All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lliina.util-play_2.10.1.4.1.source-code.reference.conf Maven / Gradle / Ivy

# usage: Akka.system.dispatchers.lookup("play.akka.actor.synchronous-io")
# note how the string passed to the lookup method is the path to the executor
play {
  akka {
    actor {
      synchronous-io = {
        fork-join-executor {
          parallelism-min = 8
          parallelism-factor = 20
          parallelism-max = 128
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy