progress in removing core
This commit is contained in:
parent
26c3b519c7
commit
a74f2c5051
18 changed files with 83 additions and 38 deletions
|
@ -214,7 +214,7 @@ class OnionrCommunicatorDaemon:
|
|||
|
||||
def peerCleanup(self):
|
||||
'''This just calls onionrpeers.cleanupPeers, which removes dead or bad peers (offline too long, too slow)'''
|
||||
onionrpeers.peer_cleanup()
|
||||
onionrpeers.peer_cleanup(self.onionrInst)
|
||||
self.decrementThreadCount('peerCleanup')
|
||||
|
||||
def getPeerProfileInstance(self, peer):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue