From 133ae353d0676210dbf7bdb990bb2d0e1751ab2d Mon Sep 17 00:00:00 2001 From: OldHawk Date: Tue, 24 Apr 2018 12:41:45 +0800 Subject: [PATCH] feat(torrents): set default value to false of limitToMakerGroup --- 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 0c0453de..94b9cab6 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -230,7 +230,7 @@ module.exports = { limitedIp: ['127.0.0.1'] }, upload: { - limitToMakerGroup: true + limitToMakerGroup: false } },