lbryio / spee.ch

An image hosting service on top of the LBRY protocol.
https://spee.ch
MIT License
186 stars 77 forks source link

speech could delete or pause the download when user navigates away (componentWillUnmount) #857

Closed jessopb closed 5 years ago

jessopb commented 5 years ago

Channels with a large volume of large files can easily fill up a server. One user casually browsing could fill up the server simply navigating to and away from large video pages. One way to ameliorate this is to improve the time to start streaming, and store fewer complete downloads, though site owners could choose to have a local copy of their preferred content.

Requires:

680 store sdhash in file table may be a good way to expedite future claim gets.

213 re redownloading previously failed content could be ameliorated in this way.

jessopb commented 5 years ago

Not clearly defined. SDK changes will solve this.