Let 'ipfs dht findprovs' return more than 20 peers #3839
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
Version information:
Type:
Enhancement
Priority:
P5
Description:
Currently when running
ipfs dht findprovs
it'll continue until a timeout or finding 20 peers. It would be helpful if we could configure the command not return just because it found 20 peers. In addition, would be helpful to be able to configure the amount of time it'll search as well.Relevant line: https://github.com/ipfs/go-ipfs/blob/cbf8a0cdb4af60c5106fc41d03902272ac72be6e/core/commands/dht.go#L162
The text was updated successfully, but these errors were encountered: