Commit f2735dea authored by Dominik Charousset's avatar Dominik Charousset

benchmark settings

parent 00025550
benchmark {
akka {
loglevel = ERROR
actor.provider = "akka.remote.RemoteActorRefProvider"
remote {
untrusted-mode = on
remote-daemon-ack-timeout = 300s
netty {
connection-timeout = 1800s
}
}
}
}
pongServer { pongServer {
akka { akka {
loglevel = ERROR loglevel = ERROR
...@@ -9,8 +22,11 @@ pongServer { ...@@ -9,8 +22,11 @@ pongServer {
remote-daemon-ack-timeout = 300s remote-daemon-ack-timeout = 300s
netty { netty {
backoff-timeout = 0ms backoff-timeout = 0ms
connection-timeout = 300s connection-timeout = 1800s
hostname = "mobi10" read-timeout = 1800s
write-timeout = 10s
all-timeout = 1800s
#hostname = "mobi10"
port = 2244 port = 2244
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment