Comment out to disable subscription downloader thread (#207)

This commit is contained in:
Jonathan Zernik 2020-08-02 03:10:59 -07:00 committed by GitHub
parent 32bb298cf3
commit f8b6900f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)