mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 09:18:00 +02:00
feat(torrents): set default value to false of limitToMakerGroup
This commit is contained in:
2
config/env/torrents.js
vendored
2
config/env/torrents.js
vendored
@@ -230,7 +230,7 @@ module.exports = {
|
||||
limitedIp: ['127.0.0.1']
|
||||
},
|
||||
upload: {
|
||||
limitToMakerGroup: true
|
||||
limitToMakerGroup: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user