настройки паучка

This commit is contained in:
Alexey Kasyanchuk
2017-01-21 00:43:50 +03:00
parent 4a2dcd7d36
commit 00d4cd79da
3 changed files with 13 additions and 4 deletions

View File

@ -504,4 +504,6 @@ client.on('complete', function (metadata, infohash, rinfo) {
// spider.on('nodes', (nodes)=>console.log('foundNodes'))
spider.listen(config.spiderPort)
if(config.indexer) {
spider.listen(config.spiderPort)
}