mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-28 09:34:20 -04:00
Enqueue and batch process distribution queue mappings
This commit is contained in:
parent
1430b1ce90
commit
c2a08ef355
1 changed files with 9 additions and 8 deletions
|
@ -656,6 +656,7 @@ class LXMRouter:
|
|||
time.sleep(LXMRouter.PROCESSING_INTERVAL)
|
||||
|
||||
def flush_queues(self):
|
||||
if len(self.peers) > 0:
|
||||
self.flush_peer_distribution_queue()
|
||||
RNS.log("Calculating peer distribution queue mappings...", RNS.LOG_DEBUG); st = time.time()
|
||||
for peer_id in self.peers.copy():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue