aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index bf393f6ab..4f6f23dd9 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -2,6 +2,11 @@
#define _NGX_CONFIG_H_INCLUDED_
+/* STUB to allocate a big ngx_connections */
+#undef FD_SETSIZE
+#define FD_SETSIZE 5000
+
+
#if defined __FreeBSD__
#include <ngx_freebsd_config.h>