More objects to be downloaded fixes
This commit is contained in:
parent
12205ee7ba
commit
8dfa0faca9
|
@ -130,6 +130,7 @@ class Missing(object):
|
|||
continue
|
||||
if current_thread().peer in self.hashes[objectHash]['peers']:
|
||||
objectHashes.append(objectHash)
|
||||
self.hashes[objectHash]['requested'] = time.time()
|
||||
self.removeObjectFromCurrentThread(objectHash)
|
||||
if len(objectHashes) >= count:
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue
Block a user