Files
Auto_Bangumi/backend
Estrella Pan 8169a2cc13 fix(downloader): cap qB httpx keepalive to prevent stale-socket storms (#1028)
Closes #984

Apply httpx.Limits(keepalive_expiry=30, max_connections=10, max_keepalive_connections=5) to the qBittorrent AsyncClient — same recipe as #1018 for the RSS side. Prevents the "Server disconnected" cascade when a proxy / NAS silently reaps idle sockets between renamer cycles.
2026-04-19 13:10:30 +02:00
..