Skip to content

Commit

Permalink
default parameters tuning for test on 4 cores i7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 5, 2018
1 parent 011f097 commit 59ec0ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ namespace LAppS
Config() :
mEnv(),
ws_config({
{"listeners",3},
{"listeners",2},
{"connection_weight", 0.7},
{"ip","0.0.0.0"},
{"port",5083},
{"workers",{ {"workers",3}, {"max_connections", 1000 }}},
{"workers",{ {"workers",4}, {"max_connections", 1000 }}},
#ifdef LAPPS_TLS_ENABLE
{"tls",true},
#else
Expand All @@ -75,7 +75,7 @@ namespace LAppS
{"internal", false},
{"request_target", "/echo"},
{"protocol", "raw"},
{"instances", 3}
{"instances", 4}
}}},
{{"echo_lapps", {
{"internal", false},
Expand Down

0 comments on commit 59ec0ff

Please # to comment.