Skip to content

Commit

Permalink
testing multi-instance work
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Apr 16, 2018
1 parent 4eb1cba commit 0af299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace LAppS
{"listeners",3},
{"ip","0.0.0.0"},
{"port",5083},
{"workers",{ {"workers",6}, {"max_connections", 1000 }}},
{"workers",{ {"workers",3}, {"max_connections", 1000 }}},
#ifdef LAPPS_TLS_ENABLE
{"tls",true},
#else
Expand Down Expand Up @@ -88,7 +88,7 @@ namespace LAppS
{"internal", false},
{"request_target", "/echo"},
{"protocol", "raw"},
{"instances", 12}
{"instances", 3}
}}}/*,
{{"console", {
{"internal", false},
Expand Down

0 comments on commit 0af299e

Please # to comment.