mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
bb2b1d7fb1
The /ws endpoint was rate limited to 30 connections/minute. After prolonged use with WebSocket reconnections (network hiccups, browser tab throttling, etc.), users with many Docker containers would hit this limit and get stuck with a 'Connecting...' UI. WebSocket connections are already authenticated via session/API token and reconnections are normal behavior, so rate limiting is not needed. Fixes #859 (second report about WebSocket rate limiting after hours of use).