diff options
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 5861bfd09..ab73079a6 100644 --- 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 |