From d39c1893e7e85fab4dce0bdd134e53b3562ac331 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 11 Jun 2022 14:11:58 +0200 Subject: [PATCH] Cleanup --- RNS/Transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 4e3c112..4396d0c 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -70,7 +70,7 @@ class Transport: LINK_TIMEOUT = RNS.Link.STALE_TIME * 1.25 REVERSE_TIMEOUT = 30*60 # Reverse table entries are removed after max 30 minutes - DESTINATION_TIMEOUT = PATHFINDER_E # Destination table entries are removed if unused for one week + DESTINATION_TIMEOUT = 60*60*24*7 # Destination table entries are removed if unused for one week MAX_RECEIPTS = 1024 # Maximum number of receipts to keep track of MAX_RATE_TIMESTAMPS = 16 # Maximum number of announce timestamps to keep per destination