Force find more peer for optional task after 15sec
This commit is contained in:
parent
2353eed64c
commit
33430ee67b
2 changed files with 13 additions and 8 deletions
|
@ -337,7 +337,7 @@ class FileRequest(object):
|
|||
|
||||
if config.verbose:
|
||||
self.log.debug(
|
||||
"Found: %s,%s/%s" %
|
||||
"Found: IP4: %s, Onion: %s for %s hashids" %
|
||||
(len(back_ip4), len(back_onion), len(params["hash_ids"]))
|
||||
)
|
||||
self.response({"peers": back_ip4, "peers_onion": back_onion})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue