Keep signed prekeys for one month

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Ehren Kret 2020-12-17 17:29:20 -06:00 committed by Scott Nonnenberg
parent 8144d758ae
commit 38ab92da5d
2 changed files with 18 additions and 18 deletions

View file

@ -18,7 +18,7 @@ import WebSocketResource, {
IncomingWebSocketRequest,
} from './WebsocketResources';
const ARCHIVE_AGE = 7 * 24 * 60 * 60 * 1000;
const ARCHIVE_AGE = 30 * 24 * 60 * 60 * 1000;
function getIdentifier(id: string) {
if (!id || !id.length) {