Skip to content

Commit

Permalink
Changing the max connections per peer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ii-cruz authored and jsdanielh committed Nov 18, 2024
1 parent 062af4c commit 52a4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-libp2p/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
};

/// Maximum simultaneous libp2p connections per peer
const MAX_CONNECTIONS_PER_PEER: u32 = 3;
const MAX_CONNECTIONS_PER_PEER: u32 = 5;

/// Network behaviour.
/// This is composed of several other behaviours that build a tree of behaviours using
Expand Down

0 comments on commit 52a4b80

Please sign in to comment.