mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
91adcbf3f0
- Increased rate limits for configuration GET endpoints to prevent 429 errors - Added automatic retry logic for rate-limited requests with exponential backoff - Added small delays between initial API calls to prevent burst requests - Configuration read endpoints now use PublicEndpoints limit (1000/min vs 500/min) This should resolve the issue where the configuration page sometimes shows no information and prompts for system setup even when it's already configured.