Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upemitter.setMaxListeners() - Seed loads of torrents #1423
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
It's fine, nothing to worry about. Just a warning that many listeners are added, but done un purpose. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi when running the following command at boot to launch hundreds of torrents I get the following error
webtorrent download /home/vids/torrentdata/torrentfiles/*.torrent -o /home/vids/torrentdata/ --keep-seeding
(node:23279) Warning: Possible EventEmitter memory leak detected. 11 listening listeners added. Use emitter.setMaxListeners() to increase limit
What is the correct way to do this?
What version of WebTorrent? 1.12.3
What operating system and Node.js version? Ubuntu 18.04 Nodejs 6.11.4