Removed command line option --workers.

This commit is contained in:
Igor Sysoev
2017-08-24 17:29:53 +03:00
parent 6ef9fb7d97
commit 259b90b9d7
2 changed files with 0 additions and 24 deletions

View File

@@ -57,7 +57,6 @@ struct nxt_runtime_s {
uint8_t master_process;
const char *engine;
uint32_t engine_connections;
uint32_t worker_processes;
uint32_t auxiliary_threads;
nxt_user_cred_t user_cred;
const char *group;