уменьшение нагрузку на подсчет файлов

This commit is contained in:
Alexey Kasyanchuk
2017-01-04 08:29:31 +03:00
parent cac8d3d9d8
commit a3eb638428

View File

@ -231,7 +231,7 @@ setInterval(() => {
})
});
});
}, 60 * 1000)
}, 10 * 60 * 1000)
client.on('complete', function (metadata, infohash, rinfo) {
console.log('writing torrent to db');