keenwon / antcolony

Nodejs实现的一个磁力链接爬虫 https://findit.keenwon.com (原域名http://findit.so )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

文件读取优化

keenwon opened this issue · comments

female.js 中,使用fs.readFileSync读取种子文件,对于特别的大的种子,可能会造成内存泄露,切换为fs.createReadStream