Fixing order-of-initialization-bug
This commit is contained in:
parent
03ad1acdd9
commit
83d355a14f
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ object EventHandler extends ListenerManagement {
|
|||
|
||||
class EventHandlerException extends AkkaException
|
||||
|
||||
val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build
|
||||
lazy val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build
|
||||
|
||||
val level: Int = config.getString("akka.event-handler-level", "DEBUG") match {
|
||||
case "ERROR" => ErrorLevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue