mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-05-18 22:37:08 +08:00
- Introduced `refreshIneffectiveBackoff` to prevent tight-looping in auto-refresh when token refresh fails to update expiry. - Adjusted refresh logic to apply backoff when `shouldRefresh` evaluates true. Closes: #2830