comparison src/core/ngx_cycle.h @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents 8e8f3af115b5
children 6f00349b98e5
comparison
equal deleted inserted replaced
506:005e65646622 507:cd3117ad9aab
8 #define _NGX_CYCLE_H_INCLUDED_ 8 #define _NGX_CYCLE_H_INCLUDED_
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13
14
15 #ifndef NGX_CYCLE_POOL_SIZE
16 #define NGX_CYCLE_POOL_SIZE 16384
17 #endif
13 18
14 19
15 #define NGX_DEBUG_POINTS_STOP 1 20 #define NGX_DEBUG_POINTS_STOP 1
16 #define NGX_DEBUG_POINTS_ABORT 2 21 #define NGX_DEBUG_POINTS_ABORT 2
17 22