diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index a776a80..19326e2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -369,8 +369,8 @@ void GenericSettings::load(QSettings &settings) enable_home_btn = settings.value("enable_home_btn", false).toBool(); - cache_limit = settings.value("cache_limit", 100).toInt(); - cache_threshold = settings.value("cache_threshold", 200).toInt(); + cache_limit = settings.value("cache_limit", 1000).toInt(); + cache_threshold = settings.value("cache_threshold", 125).toInt(); cache_life = settings.value("cache_life", 15).toInt(); } |
