mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #6] Upload not working ? #217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rata on GitHub (May 15, 2014).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/6
Hi,
I was using peerflix-server through the web-interface and I noticed it never uploads anything. In fact, I leave it running for a few hours and it didn't upload (or says it didn't upload) anything.
Is this expected ? Should I do something to enable uploading the downloaded files ?
Thanks a lot,
Rodrigo
@asapach commented on GitHub (May 15, 2014):
This is similar to mafintosh/peerflix#58
torrent-stream seems to be optimized for download, not upload.
@asapach commented on GitHub (May 15, 2014):
Generally it depends on a torrent (how popular and healthy it is, how many seeds/peers there are) and your network/bandwidth (ADSL vs fiber).
@rata commented on GitHub (May 15, 2014):
Ohh, I didn't saw that. Thanks a lot!