Remove spray configuration
[aquarium] / src / test / resources / akka.conf
1 akka {
2   version = "1.3.1"
3   
4   event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
5   event-handler-level = "WARNING" # Options: ERROR, WARNING, INFO, DEBUG
6
7   actor {
8     # Default throughput for all ExecutorBasedEventDrivenDispatcher, set to 1 for complete fairness
9     throughput = 1
10   }
11 }