Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
f2735dea
Commit
f2735dea
authored
May 21, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
benchmark settings
parent
00025550
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
benchmarks/application.conf
benchmarks/application.conf
+18
-2
No files found.
benchmarks/application.conf
View file @
f2735dea
benchmark
{
akka
{
loglevel
=
ERROR
actor
.
provider
=
"akka.remote.RemoteActorRefProvider"
remote
{
untrusted
-
mode
=
on
remote
-
daemon
-
ack
-
timeout
=
300
s
netty
{
connection
-
timeout
=
1800
s
}
}
}
}
pongServer
{
pongServer
{
akka
{
akka
{
loglevel
=
ERROR
loglevel
=
ERROR
...
@@ -9,8 +22,11 @@ pongServer {
...
@@ -9,8 +22,11 @@ pongServer {
remote
-
daemon
-
ack
-
timeout
=
300
s
remote
-
daemon
-
ack
-
timeout
=
300
s
netty
{
netty
{
backoff
-
timeout
=
0
ms
backoff
-
timeout
=
0
ms
connection
-
timeout
=
300
s
connection
-
timeout
=
1800
s
hostname
=
"mobi10"
read
-
timeout
=
1800
s
write
-
timeout
=
10
s
all
-
timeout
=
1800
s
#hostname = "mobi10"
port
=
2244
port
=
2244
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment