From ccbd2866fe8ee3223cf1d39d1cb3bedb2222149b Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Fri, 13 Jan 2023 10:23:30 +0000 Subject: [PATCH] Bump encryption too high number --- protocol/encryption/encryptor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/encryption/encryptor.go b/protocol/encryption/encryptor.go index ed8af90b5..2b333bf92 100644 --- a/protocol/encryption/encryptor.go +++ b/protocol/encryption/encryptor.go @@ -33,7 +33,7 @@ var ( // If we have no bundles, we use a constant so that the message can reach any device. const ( noInstallationID = "none" - maxHashRatchetSeqNoDelta = 1000 + maxHashRatchetSeqNoDelta = 100000 ) type confirmationData struct {