Skip to content

Commit 2446f80

Browse files
Increase number of tries before bailing on OMEMO bundle
1 parent 2bf56aa commit 2446f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatSecure/Classes/Controllers/OTROMEMOSignalCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ extension OTROMEMOSignalCoordinator:OMEMOStorageDelegate {
637637
} catch let error {
638638
//DDLogError("Other error fetching bundle! \(error)")
639639
}
640-
let maxTries = 5
640+
let maxTries = 50
641641
var tries = 0
642642
while _bundle == nil && tries < maxTries {
643643
tries = tries + 1

0 commit comments

Comments
 (0)