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 {
akka {
loglevel = ERROR
......@@ -9,8 +22,11 @@ pongServer {
remote-daemon-ack-timeout = 300s
netty {
backoff-timeout = 0ms
connection-timeout = 300s
hostname = "mobi10"
connection-timeout = 1800s
read-timeout = 1800s
write-timeout = 10s
all-timeout = 1800s
#hostname = "mobi10"
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