aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kristall.hpp')
-rw-r--r--src/kristall.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp
index cd863dd..ceefa29 100644
--- a/src/kristall.hpp
+++ b/src/kristall.hpp
@@ -62,6 +62,11 @@ struct GenericSettings
// Additional toolbar items
bool enable_home_btn = false;
+ // In-memory caching
+ int cache_limit = 100;
+ int cache_threshold = 50;
+ int cache_life = 10;
+
void load(QSettings & settings);
void save(QSettings & settings) const;
};