Skip to content
Snippets Groups Projects
Commit 28a331ee authored by inso's avatar inso
Browse files

Slow down nodes pulling

parent 894a56c4
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ class Network(QObject):
while self.continue_crawling():
for node in self.nodes:
if self.continue_crawling():
yield from asyncio.sleep(2)
yield from asyncio.sleep(15)
node.refresh()
logging.debug("End of network discovery")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment