stop heartbeat looping call on shutdown
This commit is contained in:
parent
a32b6ebf82
commit
702698d8aa
1 changed files with 2 additions and 0 deletions
|
@ -833,6 +833,8 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
|||
self.lbry_ui_manager.update_checker.stop()
|
||||
if self.pending_claim_checker.running:
|
||||
self.pending_claim_checker.stop()
|
||||
if self.send_heartbeat.running:
|
||||
self.send_heartbeat.stop()
|
||||
|
||||
self._clean_up_temp_files()
|
||||
|
||||
|
|
Loading…
Reference in a new issue