mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 01:43:11 +00:00
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:
parent
b839a1c47b
commit
0b124e56f6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user