We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11854af commit b8a9800Copy full SHA for b8a9800
crates/apollo_network/src/mixed_behaviour.rs
@@ -114,7 +114,7 @@ impl MixedBehaviour {
114
gossipsub::MessageAuthenticity::Signed(keypair),
115
gossipsub::ConfigBuilder::default()
116
// TODO(shahak): try to reduce this bound.
117
- .max_transmit_size(1 << 34)
+ .max_transmit_size(1 << 34).flood_publish(false)
118
.build()
119
.expect("Failed to build gossipsub config"),
120
)
0 commit comments