#2747 - warn against use-dispatcher-for-io
This commit is contained in:
parent
e8610e1ddd
commit
370eeb00a4
1 changed files with 5 additions and 0 deletions
|
|
@ -109,6 +109,11 @@ akka {
|
|||
# (I) EXPERIMENTAL If "<id.of.dispatcher>" then the specified dispatcher
|
||||
# will be used to accept inbound connections, and perform IO. If "" then
|
||||
# dedicated threads will be used.
|
||||
#
|
||||
# CAUTION: This might lead to the used dispatcher not shutting down properly!
|
||||
# - may prevent the JVM from shutting down normally
|
||||
# - may leak threads when shutting down an ActorSystem
|
||||
#
|
||||
use-dispatcher-for-io = ""
|
||||
|
||||
# (I) The hostname or ip to bind the remoting to,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue