-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Foreground cache scan when free space is low
- Loading branch information
1 parent
6024d66
commit 4220c12
Showing
1 changed file
with
14 additions
and
3 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
4220c12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've switched to your version of the client but on startup HDD makes noises for two hours I'm guessing this commit is the feature responsible needs an option to switch it off like in the original client
--skip_free_space_check
4220c12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukasva77
Unlike the official version, the cache is scanned on every launch to accurately calculate the size.
Since cache scanning is done in the background and the client is usually not restarted very often, this is usually not a problem for most people.
If this is a problem for you please open an issue and I may implement cache state storage in the future.