Skip to content

Commit 77b7abf

Browse files
apollo_network: gossipsub connection_handler_queue_len increased from 5k to 20k (#10231)
1 parent bc809f2 commit 77b7abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/apollo_network/src/mixed_behaviour.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl MixedBehaviour {
128128
gossipsub::ConfigBuilder::default()
129129
// TODO(shahak): try to reduce this bound.
130130
.max_transmit_size(1 << 34)
131+
.connection_handler_queue_len(20_000)
131132
.build()
132133
.expect("Failed to build gossipsub config"),
133134
)

0 commit comments

Comments
 (0)