mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #95] config.json ignored for persistent torrents after restart #79
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 @gilliginsisland on GitHub (Jan 5, 2017).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/95
The options in my config.json file are being respected for torrents added to the web gui, but when the peerflix server is restarted, the torrents that were previously active do not use the options and revert to default. Newly added torrents will respect the options, but then after a restart they again do not.
My use case is that I set "tmp" to an alternate directory to download torrents, and when I add a torrent, it initially downloads to that directory, but if I have any torrents in my queue, and I restart peerflix-server, the torrents persist, but they re download to /tmp/torrent-stream
It seems that when the server starts up and adds back torrents from the previous run, it doesnt use the config.json options.
@asapach commented on GitHub (Jan 5, 2017):
Should be fixed in v0.1.2. Thanks for investigating this.
@gilliginsisland commented on GitHub (Jan 5, 2017):
Thank you for the quick fix, and also thank you for building such an easy to use gui and api for peerflix!