mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
e41b805de2
Previously the Retry-After header was hardcoded to "60" seconds regardless of the rate limiter's actual window duration. Now uses the limiter's configured window (e.g., 600 seconds for recovery endpoints, 300 for exports). Related to #579