Commit aaa7de54 authored by Jeromy's avatar Jeromy

bitswap: increase wantlist resend delay to one minute

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 1fbd7c05
......@@ -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