This commit is contained in:
Christien Rioux 2023-09-10 20:20:03 -04:00
parent 6e26fb4c8f
commit 5acf024cdb

View File

@ -173,14 +173,14 @@ Future<VeilidConfig> getDefaultVeilidConfig(String programName) async {
ws: VeilidConfigWS(
connect: true,
listen: !kIsWeb,
maxConnections: 1024,
maxConnections: 32,
listenAddress: '',
path: 'ws',
),
wss: VeilidConfigWSS(
connect: true,
listen: false,
maxConnections: 1024,
maxConnections: 32,
listenAddress: '',
path: 'ws',
),