mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-29 02:29:20 +01:00
fix(torrents): fixed the list of the torrents memory limit of 104857600 bytes
This commit is contained in:
@@ -1936,7 +1936,7 @@ exports.list = function (req, res) {
|
||||
{
|
||||
'$project': isHome ? populateStrings.populate_torrent_object_is_home : populateStrings.populate_torrent_object
|
||||
}
|
||||
]);
|
||||
]).allowDiskUse(true);
|
||||
|
||||
if (limit === 0) {
|
||||
var i = query._pipeline.length;
|
||||
|
||||
Reference in New Issue
Block a user