Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/workerd/api/web-socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class WebSocket: public EventTarget {
inline static const size_t SUGGESTED_MAX_MESSAGE_SIZE = 1u << 20;

// Maximum size of a WebSocket attachment.
inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 2;
inline static const size_t MAX_ATTACHMENT_SIZE = 1024 * 16;

struct AwaitingConnection {
// A canceler associated with the pending websocket connection for `new Websocket()`.
Expand Down