Skip to content

Commit

Permalink
update websocket library to increase maximum file size from 100 MB to…
Browse files Browse the repository at this point in the history
… 500 MB
  • Loading branch information
foxriver76 committed Dec 18, 2023
1 parent cb602fb commit 3d9c842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d9c842

Please sign in to comment.