We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d4b2f commit 14b7a6eCopy full SHA for 14b7a6e
share/shwap/p2p/bitswap/bitswap.go
@@ -28,7 +28,7 @@ const (
28
// selected one is slow or not responding.
29
// Dynamic timeout, in our case, can be treated as optimization allowing to move on a next peer faster.
30
// See simulateDontHaveConfig for more details.
31
- simulateDontHaves = false
+ simulateDontHaves = true
32
// broadcastDelay defines the initial delay before Bitswap client starts aggressive
33
// broadcasting of live WANTs to all the peers. We offset this for longer than the default to minimize
34
// unnecessary broadcasting as in most cases we already have peers connected with needed data on
0 commit comments