Commit 72803eb7 authored by Sergey Lyubka's avatar Sergey Lyubka

num_threads 20 -> 50

parent c7fd221a
...@@ -456,7 +456,7 @@ static const char *config_options[] = { ...@@ -456,7 +456,7 @@ static const char *config_options[] = {
"p", "listening_ports", "8080", "p", "listening_ports", "8080",
"r", "document_root", ".", "r", "document_root", ".",
"s", "ssl_certificate", NULL, "s", "ssl_certificate", NULL,
"t", "num_threads", "20", "t", "num_threads", "50",
"u", "run_as_user", NULL, "u", "run_as_user", NULL,
"w", "url_rewrite_patterns", NULL, "w", "url_rewrite_patterns", NULL,
"x", "hide_files_patterns", NULL, "x", "hide_files_patterns", NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment