From a6ca0cd64ff0493170543eefed9967d75f252e78 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 28 Apr 2020 22:23:14 +0200 Subject: [PATCH] Changed resource retries --- RNS/Resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Resource.py b/RNS/Resource.py index 22c50b7..d873660 100644 --- a/RNS/Resource.py +++ b/RNS/Resource.py @@ -16,7 +16,7 @@ class Resource: # TODO: Should be allocated more # intelligently - MAX_RETRIES = 5 + MAX_RETRIES = 2 SENDER_GRACE_TIME = 10 RETRY_GRACE_TIME = 0.25