zero cache file length, this fixes full cache purging and hogging CPU by the cache manager after this
Igor Sysoev
13 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
src/http/ngx_http_file_cache.c
less
more
447
447
fcn->valid_sec = 0;
448
448
fcn->uniq = 0;
449
449
fcn->body_start = 0;
450
fcn->length = 0;
450
451
451
452
done:
452
453