Fix circuit breaker triggering from parallel download failures
- Debounce: simultaneous failures within 2s count as 1 failure (prevents 8 parallel unrestrict failures from instant-triggering) - Raise threshold from 8 to 20 consecutive failures before cooldown - Escalation tiers: 20→30s, 35→60s, 50→120s, 80+→300s Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
b2b62aeb52
commit
5023a99f91
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "real-debrid-downloader",
|
||||
"version": "1.5.22",
|
||||
"version": "1.5.23",
|
||||
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user