-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rTorrent: Add disk space preallocation environment variable
rTorrent stickz introduces a new feature where it's possible to pre-allocate disk space for an entire torrent whether it's downloaded or not. The benefit to place files in sequence on the file system for faster seeding. Potential disk throughput on HDDs is increased due to reduced random access. This pull request documents the different types of disk space pre-allocation for rTorrent and allows the user to configure it based on their needs. It's disabled by default because it does not benefit SSDs. The user should manually configure as required.
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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