fix(stats): refresh totals and bound TMDB credential retries

- Recompute completion aggregates after TMDB relinking
- Cool down failed credential commands for 30 seconds
This commit is contained in:
2026-09-19 00:19:41 -07:00
parent c6059e340b
commit 65ea5d5a5a
7 changed files with 168 additions and 53 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
type: docs
area: stats
- Documented provider reassignment, merge compatibility, and TMDB credential command caching.
- Documented provider reassignment, merge compatibility, and TMDB credential command caching and retry cooldown.