oops
This commit is contained in:
		@@ -173,14 +173,14 @@ Future<VeilidConfig> getDefaultVeilidConfig(String programName) async {
 | 
				
			|||||||
        ws: VeilidConfigWS(
 | 
					        ws: VeilidConfigWS(
 | 
				
			||||||
          connect: true,
 | 
					          connect: true,
 | 
				
			||||||
          listen: !kIsWeb,
 | 
					          listen: !kIsWeb,
 | 
				
			||||||
          maxConnections: 1024,
 | 
					          maxConnections: 32,
 | 
				
			||||||
          listenAddress: '',
 | 
					          listenAddress: '',
 | 
				
			||||||
          path: 'ws',
 | 
					          path: 'ws',
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        wss: VeilidConfigWSS(
 | 
					        wss: VeilidConfigWSS(
 | 
				
			||||||
          connect: true,
 | 
					          connect: true,
 | 
				
			||||||
          listen: false,
 | 
					          listen: false,
 | 
				
			||||||
          maxConnections: 1024,
 | 
					          maxConnections: 32,
 | 
				
			||||||
          listenAddress: '',
 | 
					          listenAddress: '',
 | 
				
			||||||
          path: 'ws',
 | 
					          path: 'ws',
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user