From ff2314ae2886323fb52c85fb7c9d7b3f33aca6bf Mon Sep 17 00:00:00 2001 From: OldHawk Date: Mon, 4 Jun 2018 02:26:43 +0800 Subject: [PATCH] fix(torrents): fixed uploaderRatio of score settings --- config/env/torrents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 8fdbf542..e332f738 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -506,7 +506,7 @@ module.exports = { downloadValue: 0.5, downloadEnable: true, vipRatio: 1.5, - uploaderRatio: 1, + uploaderRatio: 2, enable: true },