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