aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches/300-max-processes.patch
blob: f7465d43431c908cf70dac718e978472c1777fef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/os/unix/ngx_process.h
+++ b/src/os/unix/ngx_process.h
@@ -44,7 +44,7 @@ typedef struct {
 } ngx_exec_ctx_t;
 
 
-#define NGX_MAX_PROCESSES         1024
+#define NGX_MAX_PROCESSES         8
 
 #define NGX_PROCESS_NORESPAWN     -1
 #define NGX_PROCESS_JUST_SPAWN    -2