do not search for the head blob

This commit is contained in:
Victor Shyba 2022-02-08 22:12:21 -03:00 committed by Victor Shyba
parent 03b59ac6fc
commit ec0d9f06c5

View file

@ -98,10 +98,6 @@ class StreamDownloader:
if not self.descriptor:
await self.load_descriptor(connection_id)
# add the head blob to the peer search
self.search_queue.put_nowait(self.descriptor.blobs[0].blob_hash)
log.info("added head blob to peer search for stream %s", self.sd_hash)
if not await self.blob_manager.storage.stream_exists(self.sd_hash) and save_stream:
await self.blob_manager.storage.store_stream(
self.blob_manager.get_blob(self.sd_hash, length=self.descriptor.length), self.descriptor