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