woikos a768be22e6
Some checks are pending
Go / build-and-release (push) Waiting to run
Reduce WebSocket buffer sizes from 10MB to 64KB per connection (v0.52.12)
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>
2026-01-21 16:27:13 +01:00
2025-11-27 06:31:34 +00:00
Description
No description provided
Readme Unlicense 58 MiB
Languages
Go 76.4%
Svelte 11%
Shell 4.5%
JavaScript 4.4%
TypeScript 2.9%
Other 0.7%