num_threads 20 -> 50

This commit is contained in:
Sergey Lyubka 2013-02-08 10:09:53 +00:00
parent c7fd221ab7
commit 72803eb7f8

View File

@ -456,7 +456,7 @@ static const char *config_options[] = {
"p", "listening_ports", "8080",
"r", "document_root", ".",
"s", "ssl_certificate", NULL,
"t", "num_threads", "20",
"t", "num_threads", "50",
"u", "run_as_user", NULL,
"w", "url_rewrite_patterns", NULL,
"x", "hide_files_patterns", NULL,