]> git.kaiwu.me - nginx.git/commit
The change in adaptive loader behaviour introduced in r3975:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 22 Aug 2011 10:16:49 +0000 (10:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 22 Aug 2011 10:16:49 +0000 (10:16 +0000)
commit0d18687b03b2ebfe83a70ae4b4612c33129d4e04
tree37d938f49476844de8adbdf1ec7279b6cec43562
parentde1a3e1e0c36c1c8fa6cbfc23e1cd5a414c3a848
The change in adaptive loader behaviour introduced in r3975:
now cache loader processes either as many files as specified by loader_files
or works no more than time specified by loader_threshold during each iteration.

loader_threshold was previously used to decrease loader_files or
to increase loader_timeout and this might eventually result in
downgrading loader_files to 1 and increasing loader_timeout to large values
causing loading cache for forever.
src/http/ngx_http_file_cache.c