Merge pull request #814 from drewhk/wip-2282-closedchannelexception-drewhk

Disabled read timeout and suppressed ClosedChannelException Fixes#2632, ...
This commit is contained in:
Roland Kuhn 2012-11-06 04:17:07 -08:00
commit 4acd483ed3
4 changed files with 51 additions and 38 deletions

View file

@ -55,7 +55,6 @@ object LargeClusterMultiJvmSpec extends MultiNodeConfig {
akka.remote.log-remote-lifecycle-events = off
akka.remote.netty.execution-pool-size = 4
#akka.remote.netty.reconnection-time-window = 10s
akka.remote.netty.read-timeout = 5s
akka.remote.netty.write-timeout = 5s
akka.remote.netty.backoff-timeout = 500ms
akka.remote.netty.connection-timeout = 500ms