@cryptotaxi247 / kubo / commits / 5e251e9d4

bitswap: increase wantlist resend delay to one minute

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Nov 29, 2016 at 19:28 UTC 5e251e9d43b6dc7b8a0aeace299119560e29829e
1 file changed +1 -1
exchange/bitswap/bitswap.go
+1 -1
@@ -57,7 +57,7 @@ func init() {
57 }
58 }
59
60 -var rebroadcastDelay = delay.Fixed(time.Second * 10)
60 +var rebroadcastDelay = delay.Fixed(time.Minute)
61
62 // New initializes a BitSwap instance that communicates over the provided
63 // BitSwapNetwork. This function registers the returned instance as the network