Implementing worker stop after limits.requests.

This commit is contained in:
Max Romanov
2017-12-27 17:48:53 +03:00
parent 5196cf4d50
commit 47bc1c53d6
2 changed files with 14 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ struct nxt_app_s {
uint32_t workers;
uint32_t max_workers;
uint32_t max_pending_responses;
uint32_t max_requests;
nxt_msec_t timeout;
nxt_nsec_t res_timeout;