Rewritten "home" address management and protocol, all test pass except 2
This commit is contained in:
parent
dfc45e0a71
commit
f7407d3adf
61 changed files with 668 additions and 866 deletions
|
|
@ -14,7 +14,7 @@ import se.scalablesolutions.akka.util.Logging
|
|||
trait ThreadPoolBuilder {
|
||||
val name: String
|
||||
|
||||
private val NR_START_THREADS = 4
|
||||
private val NR_START_THREADS = 16
|
||||
private val NR_MAX_THREADS = 128
|
||||
private val KEEP_ALIVE_TIME = 60000L // default is one minute
|
||||
private val MILLISECONDS = TimeUnit.MILLISECONDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue