diff src/core/ngx_config.h @ 400:69e851f83522

nginx-0.0.8-2004-07-26-20:21:18 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 16:21:18 +0000
parents 449c4885dcd1
children 0d08eabe5c7b
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -97,7 +97,7 @@ typedef long               ngx_flag_t;
 #define ngx_inline   inline
 #endif
 
-#define NGX_ACCEPT_THRESHOLD   50
+#define NGX_ACCEPT_THRESHOLD   100
 
 #ifndef INADDR_NONE  /* Solaris */
 #define INADDR_NONE  ((unsigned int) -1)