We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0eaa7e commit 7d6c89cCopy full SHA for 7d6c89c
src/workerd/api/web-socket.h
@@ -410,7 +410,7 @@ class WebSocket: public EventTarget {
410
inline static const size_t SUGGESTED_MAX_MESSAGE_SIZE = 1u << 20;
411
412
// Maximum size of a WebSocket attachment.
413
- inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 2;
+ inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 16;
414
415
struct AwaitingConnection {
416
// A canceler associated with the pending websocket connection for `new Websocket()`.
0 commit comments