mirror of
https://github.com/markqvist/LXMF.git
synced 2025-11-18 22:51:51 -05:00
Cleanup
This commit is contained in:
parent
16dfbc22cd
commit
e17263d25a
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ class LXMRouter:
|
|||
et = time.time(); mps = 0 if et-st == 0 else math.floor(len(self.propagation_entries)/(et-st))
|
||||
RNS.log(f"Indexed {len(self.propagation_entries)} messages in {RNS.prettytime(et-st)}, {mps} msgs/s", RNS.LOG_NOTICE)
|
||||
RNS.log("Rebuilding peer synchronisation states...", RNS.LOG_NOTICE)
|
||||
st = time.time();
|
||||
st = time.time()
|
||||
|
||||
if os.path.isfile(self.storagepath+"/peers"):
|
||||
peers_file = open(self.storagepath+"/peers", "rb")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue