Commit d51e2da
fix(download-server): harden qBittorrent privacy and reliability
- Enable AnonymousMode to hide client fingerprint from peers/trackers.
Was disabled due to suspected stall issues, but the root cause was
VPN port forwarding, not anonymity mode.
- Change MaxRatioAction from remove (1) to pause (0). Removing files
on ratio completion risks data loss if Sonarr/Radarr hasn't imported
yet. Pausing lets the arr services handle cleanup.
- Increase log file size from 65KB to 10MB for meaningful debug history.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent aa5008b commit d51e2da
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
1218 | | - | |
| 1218 | + | |
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
1225 | 1225 | | |
1226 | | - | |
| 1226 | + | |
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | | - | |
| 1233 | + | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
| |||
0 commit comments