You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libp2p/src/main/kotlin/io/libp2p/pubsub/gossip/GossipParams.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ data class GossipParams(
242
242
* [iDontWantMinMessageSizeThreshold] controls the minimum size (in bytes) that an incoming message needs to be so that an IDONTWANT message is sent to mesh peers.
243
243
* The default is 16 KB.
244
244
*/
245
-
valiDontWantMinMessageSizeThreshold:Int = 16000,
245
+
valiDontWantMinMessageSizeThreshold:Int = 16384,
246
246
247
247
/**
248
248
* [iDontWantTTL] Expiry time for cache of received IDONTWANT messages for peers
0 commit comments