commit b116a619e0c7a1b9f4af55b7090394f82c3e361c
parent 0aba7c03995d7eca45253cc1932c8d1431ccec5f
Author: hhvn <hayden@haydenvh.com>
Date: Mon, 15 Feb 2021 20:33:16 +0000
.config/transmission/settings.json: incomplete downloads on local drive, complete on remote - this stops bugs which can break a torrent's ability to continue downloading/seeding when the remote drive is unmounted
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/transmission/settings.json b/.config/transmission/settings.json
@@ -22,8 +22,8 @@
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
- "incomplete-dir": "/home/hayden/general/music",
- "incomplete-dir-enabled": false,
+ "incomplete-dir": "/home/hayden/.incomplete",
+ "incomplete-dir-enabled": true,
"inhibit-desktop-hibernation": false,
"lpd-enabled": true,
"main-window-height": 1031,