Skip to content

Commit 14b7a6e

Browse files
committed
reenable simulate dont have
1 parent 56d4b2f commit 14b7a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: share/shwap/p2p/bitswap/bitswap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
// selected one is slow or not responding.
2929
// Dynamic timeout, in our case, can be treated as optimization allowing to move on a next peer faster.
3030
// See simulateDontHaveConfig for more details.
31-
simulateDontHaves = false
31+
simulateDontHaves = true
3232
// broadcastDelay defines the initial delay before Bitswap client starts aggressive
3333
// broadcasting of live WANTs to all the peers. We offset this for longer than the default to minimize
3434
// unnecessary broadcasting as in most cases we already have peers connected with needed data on

0 commit comments

Comments
 (0)