diff src/core/ngx_config.h @ 238:674f85a4d00f

nginx-0.0.1-2004-01-23-12:26:18 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Jan 2004 09:26:18 +0000
parents 8d5cce3ae221
children 5d4f49dc8de5
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -2,9 +2,11 @@
 #define _NGX_CONFIG_H_INCLUDED_
 
 
+#if 0
 /* STUB to allocate a big ngx_connections */
 #undef  FD_SETSIZE
 #define FD_SETSIZE  5000
+#endif
 
 
 #if defined __FreeBSD__