perf(db): optimize some tables to stored_only_fields to recrudesce memory usage of big databases #152

This commit is contained in:
Alexey Kasyanchuk
2021-09-02 01:57:33 +03:00
parent 83a78c4e6c
commit d65f214d4d
4 changed files with 15 additions and 14 deletions

View File

@ -606,7 +606,6 @@ module.exports = function (send, recive, dataDirectory, version, env)
id: torrent.id,
hash: torrent.hash,
path,
pathIndex: path,
size
}, function(err, result) {
if(!result) {