comparison src/core/ngx_cycle.h @ 5124:5482671df278

Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Mar 2013 16:03:24 +0000
parents 8a9b7b4e9f2d
children d8af1005e886
comparison
equal deleted inserted replaced
5123:4fef8ed52389 5124:5482671df278
12 #include <ngx_config.h> 12 #include <ngx_config.h>
13 #include <ngx_core.h> 13 #include <ngx_core.h>
14 14
15 15
16 #ifndef NGX_CYCLE_POOL_SIZE 16 #ifndef NGX_CYCLE_POOL_SIZE
17 #define NGX_CYCLE_POOL_SIZE 16384 17 #define NGX_CYCLE_POOL_SIZE NGX_DEFAULT_POOL_SIZE
18 #endif 18 #endif
19 19
20 20
21 #define NGX_DEBUG_POINTS_STOP 1 21 #define NGX_DEBUG_POINTS_STOP 1
22 #define NGX_DEBUG_POINTS_ABORT 2 22 #define NGX_DEBUG_POINTS_ABORT 2