Untitled

 avatar
unknown
scala
2 years ago
234 B
4
Indexable
akka {
  stream {
    materializer {
      initial-input-buffer-size = 1
      max-input-buffer-size = 1
    }
  }
  loglevel = "INFO"
}

blocking-dispatcher {
  type = Dispatcher
  executor = "thread-pool-executor"
  throughput = 1
}
Editor is loading...