From 3d9c842342fab51345b1bb2e017d0f5b050ef5c9 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Mon, 18 Dec 2023 08:04:31 +0100 Subject: [PATCH] update websocket library to increase maximum file size from 100 MB to 500 MB --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e062e51..eb7669fc 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom --> ## Changelog +### **WORK IN PROGRESS** +* (foxriver76) update websocket library to increase maximum file size from 100 MB to 500 MB + ### 6.2.2 (2023-12-14) * (joltcoke) Corrected the crash if authentication is enabled diff --git a/package.json b/package.json index ac5d5644..af779a2e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "iobroker.simple-api": "^2.7.2", - "iobroker.ws": "2.5.9", + "iobroker.ws": "^2.5.10", "iobroker.socketio": "6.6.0", "mime-types": "^2.1.35", "passport": "^0.7.0",