We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 997a856 + a7a6250 commit d604613Copy full SHA for d604613
src/workerd/api/web-socket.h
@@ -425,7 +425,7 @@ class WebSocket: public EventTarget {
425
inline static const size_t SUGGESTED_MAX_MESSAGE_SIZE = 1u << 20;
426
427
// Maximum size of a WebSocket attachment.
428
- inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 2;
+ inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 16;
429
430
struct AwaitingConnection {
431
// A canceler associated with the pending websocket connection for `new Websocket()`.
0 commit comments