Akka.Remote.Tests.MultiNode.RemoteNodeRestartDeathWatchSpecConfig.RemoteNodeRestartDeathWatchSpecConfig C# (CSharp) Method

RemoteNodeRestartDeathWatchSpecConfig() public method

public RemoteNodeRestartDeathWatchSpecConfig ( ) : System
return System
        public RemoteNodeRestartDeathWatchSpecConfig()
        {
            First = Role("first");
            Second = Role("second");

            CommonConfig = DebugConfig(false).WithFallback(ConfigurationFactory.ParseString(
                @"akka.loglevel = INFO
                  akka.remote.log-remote-lifecycle-events = off                    
                   akka.remote.transport-failure-detector.heartbeat-interval = 1 s
            akka.remote.transport-failure-detector.acceptable-heartbeat-pause = 3 s"
                ));
            TestTransport = true;
        }
RemoteNodeRestartDeathWatchSpecConfig