mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
d5f59ae858
Increased default rate limits to handle Pulse startup polling: - Per-peer burst: 5 → 10 requests (handles multi-node clusters with retries) - Per-peer interval: 1s → 500ms (1 QPS → 2 QPS, 60/min → 120/min) This prevents the proxy from being disabled during Pulse startup when it polls all nodes simultaneously. The previous limits were too restrictive for clusters with 3+ nodes.