Fix eviction issue

This commit is contained in:
yflory 2025-04-04 16:41:43 +02:00
parent 708850ac37
commit ff37704bb6

View File

@ -513,7 +513,7 @@ module.exports = function (Env, cb) {
if (newerItem && getNewestTime(newerItem) > retentionTime) {
// it's actually active, so don't archive it.
w.abort();
cb();
next();
}
// else fall through to the archival
}));