You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement global concurrent connection limit and set default to CPUs * 2 (#222)
* feat: implement global concurrent connection limit and set default to CPUs * 2
* fix: increase MaxConnections in integration test harness
* fix: apply rate limit defaults per-field to preserve partial config
The all-or-nothing defaulting logic was silently overwriting the test
harness's MaxConnections: 100 because MaxFailedAttempts was zero,
causing CI to reject connections on low-CPU runners.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments