Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump WebSocket max message size to 256 MiB
WebSocket has a default limit for message size of 32 MiB. This is not enough when processing long documents with large images, especially given the overhead of using base64 encoding. Thankfully, the WebSocket constructor has a maxMessageSize argument to specify arbitrary values.
- Loading branch information