Commit e0bdf543 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3448 from ipfs/feat/wlist-resend-delay

bitswap: increase wantlist resend delay to one minute
parents 55a8c5ce aaa7de54
......@@ -57,7 +57,7 @@ func init() {
}
}
var rebroadcastDelay = delay.Fixed(time.Second * 10)
var rebroadcastDelay = delay.Fixed(time.Minute)
// New initializes a BitSwap instance that communicates over the provided
// BitSwapNetwork. This function registers the returned instance as the network
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment