mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-01 01:15:47 +01:00
disable utp by default does not make sense in a docker container in a server env, people should be setting their shaping limits manually
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"trash-original-torrent-files": false,
|
||||
"umask": 2,
|
||||
"upload-slots-per-torrent": 14,
|
||||
"utp-enabled": true,
|
||||
"utp-enabled": false,
|
||||
"watch-dir": "/config/watch",
|
||||
"watch-dir-enabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user