aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-15 13:57:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-15 13:57:13 +0000
commite3466a4058ec3a6c7915f5239fac9f6bfbb6a29d (patch)
treeccdc53e91c406a40a83657886407de9bda1f6531 /src/core/ngx_config.h
parentdc867cd0fed793f86ce2b460f8c2ad069ddec1b5 (diff)
downloadnginx-e3466a4058ec3a6c7915f5239fac9f6bfbb6a29d.tar.gz
nginx-e3466a4058ec3a6c7915f5239fac9f6bfbb6a29d.zip
nginx-0.0.1-2003-12-15-16:57:13 import
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>