forked from colonelpanic/dotfiles
[Transmission] Fix incomplete-dir settings
This commit is contained in:
parent
b3ba354890
commit
1d2f28d3cb
@ -20,7 +20,7 @@
|
|||||||
"encryption": 1,
|
"encryption": 1,
|
||||||
"idle-seeding-limit": 30,
|
"idle-seeding-limit": 30,
|
||||||
"idle-seeding-limit-enabled": false,
|
"idle-seeding-limit-enabled": false,
|
||||||
"incomplete-dir": "/",
|
"incomplete-dir": "/backups",
|
||||||
"incomplete-dir-enabled": true,
|
"incomplete-dir-enabled": true,
|
||||||
"inhibit-desktop-hibernation": false,
|
"inhibit-desktop-hibernation": false,
|
||||||
"lpd-enabled": false,
|
"lpd-enabled": false,
|
||||||
@ -50,6 +50,7 @@
|
|||||||
"ratio-limit-enabled": true,
|
"ratio-limit-enabled": true,
|
||||||
"recent-download-dir-1": "/backups",
|
"recent-download-dir-1": "/backups",
|
||||||
"recent-download-dir-2": "/home/imalison/Downloads",
|
"recent-download-dir-2": "/home/imalison/Downloads",
|
||||||
|
"recent-download-dir-3": "/backups/Download",
|
||||||
"rename-partial-files": true,
|
"rename-partial-files": true,
|
||||||
"rpc-authentication-required": false,
|
"rpc-authentication-required": false,
|
||||||
"rpc-bind-address": "0.0.0.0",
|
"rpc-bind-address": "0.0.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user