Skip to content

Commit

Permalink
Updated delivery timing
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 23, 2022
1 parent ffb1bdf commit ae6b5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LXMF/LXMRouter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from .Handlers import LXMFPropagationAnnounceHandler

class LXMRouter:
MAX_DELIVERY_ATTEMPTS = 4
MAX_DELIVERY_ATTEMPTS = 5
PROCESSING_INTERVAL = 4
DELIVERY_RETRY_WAIT = 9
DELIVERY_RETRY_WAIT = 7
PATH_REQUEST_WAIT = 5
LINK_MAX_INACTIVITY = 10*60

Expand Down
2 changes: 1 addition & 1 deletion LXMF/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"

0 comments on commit ae6b5d9

Please sign in to comment.