-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/451 keep seeding after closing player #474
Feature/451 keep seeding after closing player #474
Conversation
'autoSeed' - starts up a forked process with a WebTorrent client which enables this feature. Torrent files are create and saved in tmp folder to be used later for seeding. Randomly selects files for join swarm. 'seedLimit' - starting limit for number of torrents connected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really interesting changes , can you let the user disable this on Settings? Also can you send this Pr into Butter ? https://github.com/butterproject/butter-desktop
Thank you for your contributions !
very interesting indeed ! a few comments though (a part from whitespaces nitpicks and unused variables):
thanks heaps ! |
@team-pct: Yes, users can disable this setting in the setting window. checkbox label "autoSeed". Still not happy with the naming of it. Suggestions welcomed. Should PRs go to butter-desktop instead of this? @xaiki: I'll fix the whitespace issues. Not sure which unused variables you are referring to.
|
#451