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

@@ -565,7 +565,7 @@ nxt_conf_vldt_processes(nxt_conf_validation_t *vldt, nxt_conf_value_t *value,
return ret;
}
proc.spare = 1;
proc.spare = 0;
proc.max = 1;
proc.idle_timeout = 15;