From 03d5c1f9e600b93842c8012429ba6e981ff3f94c Mon Sep 17 00:00:00 2001 From: NoCrypt <57245077+NoCrypt@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:26:25 +0700 Subject: [PATCH] feat: disable slow seeding --- common/modules/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/util.js b/common/modules/util.js index a469e51..395880a 100644 --- a/common/modules/util.js +++ b/common/modules/util.js @@ -160,7 +160,7 @@ export const defaults = { torrentSpeed: 5, // legacy downloadSpeed: 5, uploadSpeed: 1, - slowSeeding: true, + slowSeeding: false, disableStartupVideo: true, amoledTheme: true, enableAutoUpdate: !SUPPORTS.isAndroid,