mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Update settings.json
This commit is contained in:
parent
2fcd15389e
commit
6fe9de4bba
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
"blocklist-url": "http://www.example.com/blocklist",
|
||||
"cache-size-mb": 4,
|
||||
"dht-enabled": true,
|
||||
"download-dir": "__DATADIR__/completed",
|
||||
"download-dir": "/home/yunohost.app/transmission/completed",
|
||||
"download-limit": 100,
|
||||
"download-limit-enabled": 0,
|
||||
"download-queue-enabled": true,
|
||||
|
@ -20,7 +20,7 @@
|
|||
"encryption": 1,
|
||||
"idle-seeding-limit": 30,
|
||||
"idle-seeding-limit-enabled": false,
|
||||
"incomplete-dir": "__DATADIR__/progress",
|
||||
"incomplete-dir": "/home/yunohost.app/transmission/progress",
|
||||
"incomplete-dir-enabled": true,
|
||||
"lpd-enabled": false,
|
||||
"max-peers-global": 200,
|
||||
|
@ -70,6 +70,6 @@
|
|||
"upload-limit-enabled": 0,
|
||||
"upload-slots-per-torrent": 14,
|
||||
"utp-enabled": true,
|
||||
"watch-dir": "__DATADIR__/watched",
|
||||
"watch-dir": "/home/yunohost.app/transmission/watched",
|
||||
"watch-dir-enabled": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue