summaryrefslogtreecommitdiff
path: root/crashbox-server/src/main/resources/reference.conf
blob: a156b880b5d92a8a2368851e31dbeaf20dd9e7fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
crashbox {

  blocking-dispatcher {
    type = Dispatcher
    executor = "thread-pool-executor"
    thread-pool-executor {
      fixed-pool-size = 16
    }
    throughput = 100
  }

  streams {
    directory = "streams"
  }
  
}

akka {
  #loglevel = "DEBUG"

  actor {
    guardian-supervisor-strategy = "akka.actor.StoppingSupervisorStrategy"
  }

}