diff options
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp index 26f3235..1717d71 100644 --- a/src/kristall.hpp +++ b/src/kristall.hpp @@ -86,7 +86,8 @@ struct GenericSettings // In-memory caching int cache_limit = 1000; int cache_threshold = 125; - int cache_life = 15; + int cache_life = 60; + bool cache_unlimited_life = true; void load(QSettings & settings); void save(QSettings & settings) const; |
