diff src/core/ngx_config.h @ 2255:fb7995c7bdd9

dynamic accept threshold
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Sep 2008 12:47:13 +0000
parents 74477ea8074f
children df2ae4bc7415
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -110,8 +110,6 @@ typedef intptr_t        ngx_flag_t;
 #define ngx_inline      inline
 #endif
 
-#define NGX_ACCEPT_THRESHOLD   100
-
 #ifndef INADDR_NONE  /* Solaris */
 #define INADDR_NONE  ((unsigned int) -1)
 #endif