diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:29:53 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:29:53 +0300 |
commit | 259b90b9d707fddfd0e70672a48bd228a628b599 (patch) | |
tree | 2fbf1c85868f7fb2db6a24221fff1927994ea099 /src/nxt_runtime.h | |
parent | 6ef9fb7d97394cd9b418072958a165262507170e (diff) | |
download | unit-259b90b9d707fddfd0e70672a48bd228a628b599.tar.gz unit-259b90b9d707fddfd0e70672a48bd228a628b599.tar.bz2 |
Removed command line option --workers.
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 4961bfb8..b45b1ac3 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -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; |