Keep signed prekeys for one month
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
8144d758ae
commit
38ab92da5d
2 changed files with 18 additions and 18 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue