#1703 & #1693 - moving daemonicity to one place, and in doing so creating a thread factory in ActorSystem
This commit is contained in:
parent
03bc15feb1
commit
8dfe619140
14 changed files with 57 additions and 48 deletions
|
|
@ -22,8 +22,6 @@ object DispatcherDocSpec {
|
|||
my-dispatcher {
|
||||
# Dispatcher is the name of the event-based dispatcher
|
||||
type = Dispatcher
|
||||
# Toggles whether the threads created by this dispatcher should be daemons or not
|
||||
daemonic = off
|
||||
# minimum number of threads to cap factor-based core number to
|
||||
core-pool-size-min = 2
|
||||
# No of core threads ... ceil(available processors * factor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue