increase WebSocket attachment size limit from 2KB to 16KB#6141
increase WebSocket attachment size limit from 2KB to 16KB#6141threepointone wants to merge 1 commit intomainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
/bonk review this |
|
Here's my review of this PR: Review SummaryThe change is straightforward: Code CorrectnessThe change is mechanically correct. The constant is only referenced in CodSpeed RegressionThe reported 11.31% regression on Suggestions
VerdictApprove -- the change is minimal, correct, and well-scoped. The suggestions above are non-blocking. |
dom96
left a comment
There was a problem hiding this comment.
Looks good. Though should we add a test for this?
A simple change; as discussed, this kicks up websocket attachment max size from 2kb to 16kb. Couldn't find any existing tests or other references for this value, so sending up just this change.