mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #143] Block temporarily or permanently upload #333
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 @leopedro95 on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/143
Hello! Uploading is being a problem for me because I have limited bandwidth on my vps. I wonder if there is a possibility to block the upload and just leave the download?
@asapach commented on GitHub (May 20, 2018):
I haven't tried this, but there's a torrent-stream option for that.
Create
~/.config/peerflix-server/config.jsonfile with the following content and see if it works:@leopedro95 commented on GitHub (May 20, 2018):
Working 100%
Tranks!