session established message with ttl of 5 minutes

This commit is contained in:
Audric Ackermann 2020-05-25 14:05:46 +10:00
parent fa26ff9e32
commit 956491ec82
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -4,7 +4,7 @@ import { SignalService } from '../../../../protobuf';
export class SessionEstablishedMessage extends ContentMessage {
public ttl(): number {
return 60 * 1000;
return 5 * 60 * 1000;
}
protected contentProto(): SignalService.Content {