mirror of
https://github.com/markqvist/LXMF.git
synced 2025-12-14 16:08:48 -05:00
Updated peer rotation timing to align with distribution queue mapping
This commit is contained in:
parent
b7b6753640
commit
9eca747757
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ class LXMRouter:
|
||||||
JOB_STORE_INTERVAL = 120
|
JOB_STORE_INTERVAL = 120
|
||||||
JOB_PEERSYNC_INTERVAL = 12
|
JOB_PEERSYNC_INTERVAL = 12
|
||||||
JOB_PEERINGEST_INTERVAL= JOB_PEERSYNC_INTERVAL
|
JOB_PEERINGEST_INTERVAL= JOB_PEERSYNC_INTERVAL
|
||||||
JOB_ROTATE_INTERVAL = 675
|
JOB_ROTATE_INTERVAL = 56*JOB_PEERINGEST_INTERVAL
|
||||||
def jobs(self):
|
def jobs(self):
|
||||||
if not self.exit_handler_running:
|
if not self.exit_handler_running:
|
||||||
self.processing_count += 1
|
self.processing_count += 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue