提交 5e4ca03a 作者: Jeromy Johnson 提交者: GitHub

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

bitswap: increase wantlist resend delay to one minute
...@@ -57,7 +57,7 @@ func init() { ...@@ -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 // New initializes a BitSwap instance that communicates over the provided
// BitSwapNetwork. This function registers the returned instance as the network // BitSwapNetwork. This function registers the returned instance as the network
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论