Updated ratchet count

This commit is contained in:
Mark Qvist 2024-09-04 19:33:04 +02:00
parent 0c04663942
commit 6ac393bbcd

View File

@ -72,7 +72,7 @@ class Destination:
directions = [IN, OUT] directions = [IN, OUT]
PR_TAG_WINDOW = 30 PR_TAG_WINDOW = 30
RATCHET_COUNT = 256 RATCHET_COUNT = 512
@staticmethod @staticmethod
def expand_name(identity, app_name, *aspects): def expand_name(identity, app_name, *aspects):