Skip to content

Commit

Permalink
Update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored and RamIdeas committed Aug 2, 2024
1 parent 70c0079 commit 97bdf1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
increaseWebsocketMessageSize @56 :Bool
$compatEnableFlag("increase_websocket_message_size")
$experimental;
# Experimental, increase the WebSocket message size limit to 128MB
# For local development purposes only, increase the message size limit to 128MB.
# This is not expected ever to be made available in production, as large messages are inefficient.

}

0 comments on commit 97bdf1d

Please # to comment.