Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default: 3 workers
Browse files Browse the repository at this point in the history
Pavel Kraynyukhov committed Jun 2, 2019
1 parent ad8a3f5 commit 3499bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Config.h
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ namespace LAppS
{"port",5083},
{"cinq_depth",1000},
{"lapps_config_auto_save", true },
{"workers",{ {"workers",4}, {"max_connections", 10000 },{"auto_fragment",false}}},
{"workers",{ {"workers",3}, {"max_connections", 10000 },{"auto_fragment",false}}},
{"acl", {{"policy", "allow"},{"exclude", {} }}},
#ifdef LAPPS_TLS_ENABLE
{"tls",true},

0 comments on commit 3499bad

Please sign in to comment.