项目文件夹

文件
copilot-swe-agent[bot] 84f8e9f083
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Remove unused failedAttempts and consecutiveFailures fields
Per @asim's feedback, these fields are no longer needed since the new
rate limiting strategy uses lastRefreshAttempt to track ALL refresh
attempts, not just failed ones.

Removed:
- failedAttempts map[string]time.Time
- consecutiveFailures int
- All code that sets these fields

The rate limiting logic now only uses lastRefreshAttempt, making these
fields redundant. All tests continue to pass.

Co-authored-by: asim <17530+asim@users.noreply.github.com>
2026-01-14 05:40:07 +00:00
..
2025-05-16 19:03:36 +01:00
2020-12-29 15:49:26 +00:00
2020-12-29 15:49:26 +00:00
v5
2024-06-04 21:40:43 +01:00
v5
2024-06-04 21:40:43 +01:00
2025-05-16 19:03:36 +01:00
2023-04-26 02:16:34 +02:00