]> git.kaiwu.me - nginx.git/commit
Cache: cache manager limits.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 5 Oct 2016 11:22:30 +0000 (14:22 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 5 Oct 2016 11:22:30 +0000 (14:22 +0300)
commitb072a6957c97ca7c33a64b1a34f7b66c6e209acf
tree686dcaa509f136cc405e2741ced292059f0a0b44
parentf9430de4851fda75f5ec9b668b6bec6c2b029865
Cache: cache manager limits.

The new parameters "manager_files", "manager_sleep"
and "manager_threshold" were added to proxy_cache_path
and friends.

Note that ngx_path_manager_pt was changed to return ngx_msec_t
instead of time_t (API change).
src/core/ngx_file.h
src/http/ngx_http_cache.h
src/http/ngx_http_file_cache.c
src/os/unix/ngx_process_cycle.c
src/os/win32/ngx_process_cycle.c