diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/nginx.h | 2 | ||||
| -rw-r--r-- | src/core/ngx_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index c824cdd24..d8c82b273 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -2,7 +2,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.0.7" +#define NGINX_VER "nginx/0.0.8" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" 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) |
