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

Fastening network crawling (2s interval instead of 10s)

parent b1420925
No related branches found
Tags 0.9.3
No related merge requests found
......@@ -206,7 +206,7 @@ class Network(Watcher):
self._must_crawl = True
while self.continue_crawling():
emit_change = False
nodes = self.crawling(interval=10)
nodes = self.crawling(interval=2)
new_inlines = [n.endpoint.inline() for n in nodes]
last_inlines = [n.endpoint.inline() for n in self.nodes]
......
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