use tor hidden service instead of ed25515 as peer id
This commit is contained in:
parent
cc258fb5ee
commit
7c1e5c691a
23 changed files with 1139 additions and 324 deletions
|
|
@ -89,7 +89,7 @@ class ScrapeThread(Thread):
|
|||
with db.session():
|
||||
while self._running:
|
||||
if not self.scrape_queue():
|
||||
time.sleep(10)
|
||||
time.sleep(1)
|
||||
|
||||
def join(self):
|
||||
self._running = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue