committed by
GitHub
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
db.email_queue.remove({createdOn: {$lt: Date.now()/1000-86400*10 }}); |
|||
db.notifications.remove({createdOn: {$lt: Date.now()/1000-86400*10 }}); |
|||
|
|||
|
Loading…
Reference in new issue