Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 687fc33

Browse files
committedOct 30, 2024··
try that
1 parent 692837e commit 687fc33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎sequencer/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ pub struct NetworkParams {
142142
pub libp2p_mesh_outbound_min: usize,
143143

144144
/// The maximum gossip message size
145-
pub libp2p_max_gossip_transmit_size: usize,
145+
pub libp2p_max_gossip_transmit_size: u64,
146146

147147
/// The maximum direct message size
148-
pub libp2p_max_direct_transmit_size: usize,
148+
pub libp2p_max_direct_transmit_size: u64,
149149

150150
/// The maximum number of IHAVE messages to accept from a Libp2p peer within a heartbeat
151151
pub libp2p_max_ihave_length: usize,

0 commit comments

Comments
 (0)
Please sign in to comment.