feat(torrents): set default value to false of limitToMakerGroup

This commit is contained in:
OldHawk
2018-04-24 12:41:45 +08:00
parent 8301ef9d8e
commit 133ae353d0

View File

@@ -230,7 +230,7 @@ module.exports = {
limitedIp: ['127.0.0.1']
},
upload: {
limitToMakerGroup: true
limitToMakerGroup: false
}
},