mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
2eb7589747
The /api/state and /api/guests/metadata endpoints are now excluded from rate limiting as they are polled frequently by the UI for real-time updates. This prevents the "Loading..." issue when users with multiple nodes access the application. - Added skip list in UniversalRateLimitMiddleware for real-time endpoints - Removed duplicate rate limiting logic from router's ServeHTTP - Consolidated all rate limiting into the universal middleware