Untitled

Anonymous
scala
07/04/2023 8:44 PM
312 B
20
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...