fix blocking-io-dispatcher setting, #24357
It must still have a valid value becuase used from Akka HTTP.
This commit is contained in:
parent
fd6f30673a
commit
cd95979ed7
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue