mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 14:52:09 +03:00
Adds exported constant QUOTA_SOFT_DEPRIORITIZE_FACTOR (default 0.7, env override). Extends AutoProviderCandidate with optional quotaSoftPenalty?: boolean field. scoreAutoTargets() multiplies score by the factor when quotaSoftPenalty === true, deprioritizing over-fair-share keys under soft policy without fully blocking them.