Skip to content

Commit

Permalink
lilith: Default inbound connections to 512
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Oct 23, 2023
1 parent 021a81f commit ba0cab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lilith/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ async fn spawn_net(
peers: info.peers.clone(),
outbound_connections: 0,
outbound_connect_timeout: 30,
inbound_connections: 512,
app_version: info.version.clone(),
localnet: info.localnet,
allowed_transports: vec![
Expand Down

0 comments on commit ba0cab0

Please sign in to comment.