[omemo] Raise unacknowldged count

This commit is contained in:
lovetox
2022-03-12 17:54:08 +01:00
parent f95cc5b4c1
commit f377c71649

View File

@@ -25,7 +25,7 @@ DEFAULT_PREKEY_AMOUNT = 100
MIN_PREKEY_AMOUNT = 80
SPK_ARCHIVE_TIME = 86400 * 15 # 15 Days
SPK_CYCLE_TIME = 86400 # 24 Hours
UNACKNOWLEDGED_COUNT = 300
UNACKNOWLEDGED_COUNT = 2000
class Trust(IntEnum):