a768be22e635ac22cbaa7cd3e69cd60e24f96c8e
Some checks are pending
Go / build-and-release (push) Waiting to run
Previous: 10MB read + 10MB write = 20MB per connection New: 64KB read + 64KB write = 128KB per connection With 100 connections: - Before: 2GB just for buffers - After: 12.5MB for buffers The read limit (SetReadLimit) still allows 10MB messages, but the internal buffers don't need to be that large. Files modified: - app/handle-websocket.go: Reduce buffer sizes - pkg/version/version: Bump to v0.52.12 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Languages
Go
76.4%
Svelte
11%
Shell
4.5%
JavaScript
4.4%
TypeScript
2.9%
Other
0.7%