diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-07-29 15:09:02 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-07-29 15:09:02 +0000 |
| commit | 922f1065827783287eb225ca4536256712b874a5 (patch) | |
| tree | c99582dac73c47b45b684b11e31a54a41653eb37 /src/http/ngx_http_cache.h | |
| parent | d5a25a4b978d77c056fd98a196033b97b4fb5114 (diff) | |
| download | nginx-922f1065827783287eb225ca4536256712b874a5.tar.gz nginx-922f1065827783287eb225ca4536256712b874a5.tar.bz2 | |
loader_files, loader_sleep, and loader_threshold
Diffstat (limited to 'src/http/ngx_http_cache.h')
| -rw-r--r-- | src/http/ngx_http_cache.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index 3cf113f4a..bd02100da 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h @@ -118,8 +118,11 @@ struct ngx_http_file_cache_s { time_t inactive; - ngx_msec_t last; ngx_uint_t files; + ngx_uint_t loader_files; + ngx_msec_t last; + ngx_msec_t loader_sleep; + ngx_msec_t loader_threshold; ngx_shm_zone_t *shm_zone; }; |
