Skip to content

Commit

Permalink
Tweaked timing
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 2, 2023
1 parent da6fb3d commit 4d356bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LXMF/LXMRouter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LXMRouter:
MAX_DELIVERY_ATTEMPTS = 5
PROCESSING_INTERVAL = 4
DELIVERY_RETRY_WAIT = 7
PATH_REQUEST_WAIT = 5
PATH_REQUEST_WAIT = 7
LINK_MAX_INACTIVITY = 10*60

MESSAGE_EXPIRY = 30*24*60*60
Expand Down

0 comments on commit 4d356bc

Please sign in to comment.