Changed the default number of spare processes to 0.

This commit is contained in:
Valentin Bartenev
2018-02-09 19:06:53 +03:00
parent 9d683d37b1
commit fc496c19ac
2 changed files with 2 additions and 2 deletions

View File

@@ -1265,7 +1265,7 @@ nxt_router_conf_create(nxt_task_t *task, nxt_router_temp_conf_t *tmcf,
apcf.processes = 1;
apcf.max_processes = 1;
apcf.spare_processes = 1;
apcf.spare_processes = 0;
apcf.timeout = 0;
apcf.res_timeout = 1000;
apcf.idle_timeout = 15000;