Update Deluge_install.sh

This commit is contained in:
jerry048 2021-08-05 03:42:33 +08:00
parent b514aa97b4
commit 4f21170c79
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ function Deluge_config {
"download_location": "/home/$username/deluge/download", "download_location": "/home/$username/deluge/download",
"compact_allocation": false, "compact_allocation": false,
"max_upload_speed": -1.0, "max_upload_speed": -1.0,
"cache_expiry": 300 "cache_expiry": 300,
"prioritize_first_last_pieces": false, "prioritize_first_last_pieces": false,
"auto_managed": true, "auto_managed": true,
"enc_level": 2, "enc_level": 2,
@ -127,7 +127,7 @@ function Deluge_config {
0, 0,
0 0
], ],
"seed_time_limit": -1 "seed_time_limit": -1,
"cache_size": $Cache1, "cache_size": $Cache1,
"share_ratio_limit": -1.0, "share_ratio_limit": -1.0,
"max_download_speed": -1.0, "max_download_speed": -1.0,