mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-07 22:22:36 -04:00
more nodeinfo
This commit is contained in:
parent
a5e17a0d65
commit
6e26fb4c8f
2 changed files with 48 additions and 3 deletions
|
@ -173,14 +173,14 @@ Future<VeilidConfig> getDefaultVeilidConfig(String programName) async {
|
|||
ws: VeilidConfigWS(
|
||||
connect: true,
|
||||
listen: !kIsWeb,
|
||||
maxConnections: 32,
|
||||
maxConnections: 1024,
|
||||
listenAddress: '',
|
||||
path: 'ws',
|
||||
),
|
||||
wss: VeilidConfigWSS(
|
||||
connect: true,
|
||||
listen: false,
|
||||
maxConnections: 32,
|
||||
maxConnections: 1024,
|
||||
listenAddress: '',
|
||||
path: 'ws',
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue