mirror of
https://github.com/markqvist/LXMF.git
synced 2025-04-14 04:23:11 -04:00
Updated peer rotation timing to align with distribution queue mapping
This commit is contained in:
parent
b7b6753640
commit
9eca747757
@ -766,7 +766,7 @@ class LXMRouter:
|
||||
JOB_STORE_INTERVAL = 120
|
||||
JOB_PEERSYNC_INTERVAL = 12
|
||||
JOB_PEERINGEST_INTERVAL= JOB_PEERSYNC_INTERVAL
|
||||
JOB_ROTATE_INTERVAL = 675
|
||||
JOB_ROTATE_INTERVAL = 56*JOB_PEERINGEST_INTERVAL
|
||||
def jobs(self):
|
||||
if not self.exit_handler_running:
|
||||
self.processing_count += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user