fix blocking-io-dispatcher setting, #24357

It must still have a valid value becuase used from Akka HTTP.
This commit is contained in:
Patrik Nordwall 2018-02-22 18:03:06 +01:00
parent fd6f30673a
commit cd95979ed7

View file

@ -115,7 +115,8 @@ akka {
# Deprecated, use akka.stream.materializer.blocking-io-dispatcher, this setting
# was never applied because of bug #24357
blocking-io-dispatcher = "<deprecated>"
# It must still have a valid value becuase used from Akka HTTP.
blocking-io-dispatcher = "akka.stream.default-blocking-io-dispatcher"
default-blocking-io-dispatcher {
type = "Dispatcher"