Fix honoring system.file.allocate.set=[0|1] rtorrent config setting#41
Merged
pyroscope merged 2 commits intopyroscope:masterfrom Mar 15, 2017
Merged
Conversation
Contributor
Author
|
Patch and description is updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A. Fix honoring
system.file.allocate.set=0rtorrent config setting in libtorrent.B. Fix honoring
system.file.allocate.set=1rtorrent config setting in libtorrent:off.It's useful with the following watch directory entry that only loads (in
closedstate) but not starts torrents, so priority of files can be set.schedule2 = watch_dir_5, 7, 10, "load.normal=/path/to/watch-dir/load_but_not_start/*.torrent"C. This patch is also good for: 0.13.6, 0.13.4, 0.13.2 .
Note:
this patch depends on: #40