Bump encryption too high number

This commit is contained in:
Andrea Maria Piana 2023-01-13 10:23:30 +00:00
parent dbf8a3c6be
commit ccbd2866fe

View file

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