mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 18:01:01 +00:00
consider all packs for archiving
This commit is contained in:
parent
ef47337c78
commit
8b7bdd345b
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ else
|
|||
expiresAt: {$exists: false}
|
||||
project_id: {$exists: true}
|
||||
v_end: {$exists: true}
|
||||
$or: [ {n:512}, {n:1024} ]
|
||||
_id: {$lt: ObjectIdFromDate(new Date(Date.now() - 7 * DAYS))}
|
||||
}, {_id:1, doc_id:1, project_id:1}).sort({
|
||||
last_checked:1
|
||||
|
|
Loading…
Reference in a new issue