Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds 'cre_disk_cache_max_size' setting #3760

Merged
merged 1 commit into from
Mar 15, 2018

Conversation

poire-z
Copy link
Contributor

@poire-z poire-z commented Mar 15, 2018

Interim solution for #3746.
For max disk space usable by crengine for storing book caches (value in MB).
Increased default from 32 MB to 64 MB (now that they are really re-used).

So one can adds to its settings.reader.lua:

    ["cre_disk_cache_max_size"] = 512,

if he has that space available and wants to keep more cache files so they are re-used, for quicker re-openings.

For max disk space usable by crengine for storing book caches.
Increased default from 32 MB to 64 MB.
@poire-z poire-z merged commit 152e17f into koreader:master Mar 15, 2018
@poire-z poire-z deleted the cre_disk_cache_max_size branch March 15, 2018 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants