We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9fe96 commit 994bb07Copy full SHA for 994bb07
LXMF/LXMRouter.py
@@ -18,7 +18,7 @@
18
class LXMRouter:
19
MAX_DELIVERY_ATTEMPTS = 5
20
PROCESSING_INTERVAL = 4
21
- DELIVERY_RETRY_WAIT = 7
+ DELIVERY_RETRY_WAIT = 10
22
PATH_REQUEST_WAIT = 7
23
LINK_MAX_INACTIVITY = 10*60
24
P_LINK_MAX_INACTIVITY = 3*60
0 commit comments