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 upSeeding in Node (linux) eats a lot of CPU #753
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Duplicate #551 Will be fixed when the bugfix reaches the stable channel. |
This comment has been minimized.
This comment has been minimized.
|
Should be fixed in ~8 weeks when Electron will pull in Chrome 51. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to seed a file from within node to my custom tracker, it takes up quite a bit of CPU power. Even though it is in a VM, I still think this is a bug. It just takes 2 torrents to push CPU usage to 100% in the VM.
The command I use:
client.seed('./storage/image.jpg')It made no difference whether I used optional arguments or provided it with a callback function.