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 {