diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-26 16:21:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-26 16:21:18 +0000 |
commit | ea52123c06a5c32a500e8ccb5ce9ae23db1d3a2b (patch) | |
tree | 9d21d6f4b6c657bab6eaa8f576c18c9f5beef147 /src/core/ngx_config.h | |
parent | 0599b11937990b169c05f95eeaed7cf22d823740 (diff) | |
download | nginx-ea52123c06a5c32a500e8ccb5ce9ae23db1d3a2b.tar.gz nginx-ea52123c06a5c32a500e8ccb5ce9ae23db1d3a2b.zip |
nginx-0.0.8-2004-07-26-20:21:18 import
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) |