mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 22:55:51 +03:00
[GH-ISSUE #177] Automatically resuming torrent #357
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 @sagar17997 on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/177
Whenever I open the command of peerflix-server, it automatically resumes previous torrent file which then hangs the server and I'm not able to remove that file. Please help me to reset my peerflix server to initial point.
@asapach commented on GitHub (Feb 14, 2020):
You can either remove
~/.config/peerflix-server/torrents.jsonfile to reset the state, or add the following option to~/.config/peerflix-server/config.jsonto disable resumption:@sagar17997 commented on GitHub (Feb 14, 2020):
Thank You so much for your help