Removes max file upload and secure getWsClients

This commit is contained in:
Rune Harlyk
2026-01-24 13:06:38 +01:00
committed by Rune Harlyk
parent 92b2d326c7
commit 57e80655cf
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ WiFiService wifiService;
APService apService;
void setupServer() {
nativeServer.config(50 + WWW_ASSETS_COUNT, 32768, 1000000);
nativeServer.config(50 + WWW_ASSETS_COUNT, 32768);
nativeServer.listen(80);
nativeServer.on("/api/system/reset", HTTP_POST,