mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Changed resource retries
This commit is contained in:
parent
c9d1c938ff
commit
a6ca0cd64f
@ -16,7 +16,7 @@ class Resource:
|
|||||||
|
|
||||||
# TODO: Should be allocated more
|
# TODO: Should be allocated more
|
||||||
# intelligently
|
# intelligently
|
||||||
MAX_RETRIES = 5
|
MAX_RETRIES = 2
|
||||||
SENDER_GRACE_TIME = 10
|
SENDER_GRACE_TIME = 10
|
||||||
RETRY_GRACE_TIME = 0.25
|
RETRY_GRACE_TIME = 0.25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user