mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Comment out to disable subscription downloader thread (#207)
This commit is contained in:
parent
32bb298cf3
commit
f8b6900f34
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class SqueakNode:
|
|||
def start_running(self):
|
||||
# self.squeak_block_periodic_worker.start_running()
|
||||
self.squeak_block_queue_worker.start_running()
|
||||
self.squeak_subscription_downloader.start_running()
|
||||
# self.squeak_subscription_downloader.start_running()
|
||||
|
||||
def save_uploaded_squeak(self, squeak):
|
||||
return self.squeak_store.save_uploaded_squeak(squeak)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue