You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
277 B

  1. --- a/src/os/unix/ngx_process.h
  2. +++ b/src/os/unix/ngx_process.h
  3. @@ -44,7 +44,7 @@ typedef struct {
  4. } ngx_exec_ctx_t;
  5. -#define NGX_MAX_PROCESSES 1024
  6. +#define NGX_MAX_PROCESSES 8
  7. #define NGX_PROCESS_NORESPAWN -1
  8. #define NGX_PROCESS_JUST_SPAWN -2