mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix eviction issue
This commit is contained in:
parent
708850ac37
commit
ff37704bb6
@ -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
|
||||
}));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user