feat: set default --max-connections to 150 by default

Similar value to nwaku-compose. `wakunode2` is assumed to be used as
service node by default.
This commit is contained in:
fryorcraken 2024-07-01 16:38:54 +10:00 committed by fryorcraken
parent b839a1c47b
commit 0b124e56f6

View File

@ -194,7 +194,7 @@ type WakuNodeConf* = object
## Peer connection config
maxConnections* {.
desc: "Maximum allowed number of libp2p connections.",
defaultValue: 50,
defaultValue: 300,
name: "max-connections"
.}: uint16