comparison src/core/ngx_cycle.h @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents 8b6db3bda591
children 8ad297c88dcb
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
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