Bump encryption too high number
This commit is contained in:
parent
dbf8a3c6be
commit
ccbd2866fe
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue