mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-30 03:21:21 -04:00
Updated processing timings
This commit is contained in:
parent
1440a0b162
commit
ffb1bdff17
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ from .Handlers import LXMFPropagationAnnounceHandler
|
|||
|
||||
class LXMRouter:
|
||||
MAX_DELIVERY_ATTEMPTS = 4
|
||||
PROCESSING_INTERVAL = 5
|
||||
DELIVERY_RETRY_WAIT = 12
|
||||
PROCESSING_INTERVAL = 4
|
||||
DELIVERY_RETRY_WAIT = 9
|
||||
PATH_REQUEST_WAIT = 5
|
||||
LINK_MAX_INACTIVITY = 10*60
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue