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
fix(collect): prevent caching argon2id timeout errors as invalid credentials
Timeout errors from the argon2id semaphore were cached as negative auth
results, blocking legitimate systems for 1 minute even after load subsided.
Also make the concurrency semaphore configurable via ARGON2_CONCURRENCY env
var (default: 2) and initialize it at runtime instead of package init.
0 commit comments