diff --git a/src/background/spider.js b/src/background/spider.js index 00e407f..e8d3445 100644 --- a/src/background/spider.js +++ b/src/background/spider.js @@ -382,7 +382,7 @@ if(config.p2pBootstrap) if(options.files) { - sphinx.query('SELECT * FROM `files` WHERE `hash` = ?', hash, function (error, rows, fields) { + sphinx.query('SELECT * FROM `files` WHERE `hash` = ? LIMIT 50000', hash, function (error, rows, fields) { torrent.filesList = rows; callback(baseRowData(torrent)) });