Adding debug messages for all remote exceptions, to ease debugging of remoting
This commit is contained in:
parent
e66d46671a
commit
c2597ed33d
3 changed files with 100 additions and 34 deletions
|
|
@ -10,8 +10,6 @@ import akka.util.Duration
|
|||
import java.util.concurrent._
|
||||
|
||||
object ThreadPoolConfig {
|
||||
type Bounds = Int
|
||||
type FlowHandler = Either[SaneRejectedExecutionHandler, Bounds]
|
||||
type QueueFactory = () ⇒ BlockingQueue[Runnable]
|
||||
|
||||
val defaultAllowCoreThreadTimeout: Boolean = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue