updated transmission state
This commit is contained in:
parent
7fed6219d3
commit
82d43e0b68
@ -9,14 +9,14 @@ transmission:
|
|||||||
alt-speed-time-end: 1020
|
alt-speed-time-end: 1020
|
||||||
alt-speed-up: 50
|
alt-speed-up: 50
|
||||||
anti-brute-force-enabled: false
|
anti-brute-force-enabled: false
|
||||||
anti-brute-force-threshold: 50
|
anti-brute-force-threshold: 100000
|
||||||
bind-address-ipv4: "0.0.0.0"
|
bind-address-ipv4: "0.0.0.0"
|
||||||
bind-address-ipv6: "::"
|
bind-address-ipv6: "::"
|
||||||
blocklist-enabled: true
|
blocklist-enabled: true
|
||||||
blocklist-url: "https://git.paulbsd.com/paulbsd/transmission-blocklist/releases/download/2021.12.29/blocklist.gz"
|
blocklist-url: "https://git.paulbsd.com/paulbsd/transmission-blocklist/releases/download/2021.12.29/blocklist.gz"
|
||||||
cache-size-mb: 4
|
cache-size-mb: 4
|
||||||
dht-enabled: true
|
dht-enabled: true
|
||||||
download-dir: "/mnt/PAULBSDPOOL/downloads"
|
download-dir: "/mnt/storage/downloads"
|
||||||
download-limit: 100
|
download-limit: 100
|
||||||
download-limit-enabled: 0
|
download-limit-enabled: 0
|
||||||
download-queue-enabled: true
|
download-queue-enabled: true
|
||||||
@ -25,7 +25,7 @@ transmission:
|
|||||||
encryption: 2
|
encryption: 2
|
||||||
idle-seeding-limit: 30
|
idle-seeding-limit: 30
|
||||||
idle-seeding-limit-enabled: false
|
idle-seeding-limit-enabled: false
|
||||||
incomplete-dir: "/mnt/PAULBSDPOOL/downloads/incomplete"
|
incomplete-dir: "/mnt/storage/downloads/incomplete"
|
||||||
incomplete-dir-enabled: false
|
incomplete-dir-enabled: false
|
||||||
lpd-enabled: true
|
lpd-enabled: true
|
||||||
max-peers-global: 200
|
max-peers-global: 200
|
||||||
|
Loading…
Reference in New Issue
Block a user