mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-13 03:12:16 -04:00
Updated readme. Fixed a potential memory leak.
This commit is contained in:
parent
959cc13167
commit
012721ee57
2 changed files with 11 additions and 6 deletions
|
@ -936,7 +936,10 @@ class NetworkDisplay():
|
|||
self.local_peer_display.start()
|
||||
self.node_info_display.start()
|
||||
self.network_stats_display.start()
|
||||
self.announce_stream_display.start()
|
||||
# There seems to be an intermittent memory leak somewhere
|
||||
# in the periodic updating here. The periodic updater should
|
||||
# not be needed anymore, so dis
|
||||
#self.announce_stream_display.start()
|
||||
|
||||
def shortcuts(self):
|
||||
return self.shortcuts_display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue