session established message with ttl of 5 minutes

pull/1151/head
Audric Ackermann 5 years ago
parent fa26ff9e32
commit 956491ec82
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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 {

Loading…
Cancel
Save