Drop old unprocessed envelopes

This commit is contained in:
Fedor Indutny 2021-12-14 02:25:44 +01:00 committed by GitHub
parent 465b387a13
commit 71ca3c0764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 7 deletions

View file

@ -6,3 +6,4 @@ export const MINUTE = SECOND * 60;
export const HOUR = MINUTE * 60;
export const DAY = HOUR * 24;
export const WEEK = DAY * 7;
export const MONTH = DAY * 30;