From e17cc987d32259f19145a260e9ee755c1cf21227 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 19 Sep 2008 12:47:13 +0000 Subject: dynamic accept threshold --- src/core/ngx_config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') 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 -- cgit