1
0
Fork 0
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:
ericgaspar 2022-01-18 23:10:56 +01:00
parent 2fcd15389e
commit 6fe9de4bba
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
}