summaryrefslogtreecommitdiff
path: root/server/resources/application.conf
blob: d509a7dd40b24e40a66931cfc048b9d4a4400183 (plain)
1
2
3
4
5
6
7
8
sb-blocking-dispatcher {
  type = Dispatcher
  executor = "thread-pool-executor"
  thread-pool-executor {
    fixed-pool-size = 16
  }
  throughput = 1
}