mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
zero cache file length,
this fixes full cache purging and hogging CPU by the cache manager after this
This commit is contained in:
parent
a697c8e574
commit
931d313311
@ -448,6 +448,7 @@ renew:
|
||||
fcn->valid_sec = 0;
|
||||
fcn->uniq = 0;
|
||||
fcn->body_start = 0;
|
||||
fcn->length = 0;
|
||||
|
||||
done:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user