From 4f21170c79fbcb52cfe28c72c8aadbc49aa6f03e Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 03:42:33 +0800 Subject: [PATCH] Update Deluge_install.sh --- Torrent Clients/Deluge/Deluge_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Torrent Clients/Deluge/Deluge_install.sh b/Torrent Clients/Deluge/Deluge_install.sh index 5fbb6cb..a581f31 100644 --- a/Torrent Clients/Deluge/Deluge_install.sh +++ b/Torrent Clients/Deluge/Deluge_install.sh @@ -113,7 +113,7 @@ function Deluge_config { "download_location": "/home/$username/deluge/download", "compact_allocation": false, "max_upload_speed": -1.0, - "cache_expiry": 300 + "cache_expiry": 300, "prioritize_first_last_pieces": false, "auto_managed": true, "enc_level": 2, @@ -127,7 +127,7 @@ function Deluge_config { 0, 0 ], - "seed_time_limit": -1 + "seed_time_limit": -1, "cache_size": $Cache1, "share_ratio_limit": -1.0, "max_download_speed": -1.0,