From 35756f7a1b49f8d7aa603dd3bbe3c0a2c2d234a6 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Fri, 8 Jan 2021 15:34:54 +1100 Subject: cache: item expiry and max item size currently no total limit yet --- src/dialogs/settingsdialog.ui | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'src/dialogs/settingsdialog.ui') diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui index c61b62a..a194f40 100644 --- a/src/dialogs/settingsdialog.ui +++ b/src/dialogs/settingsdialog.ui @@ -371,6 +371,79 @@ + + + + + Total cache size limit + + + The total amount of memory that can be occupied by cached items. Set to zero to disable in-memory caching. + + + + + + + MiB + + + 0 + + + 4000 + + + + + + + + Cached item size threshold + + + Items which are below this threshold are cached in memory. Any above are simply discarded. + + + + + + + KiB + + + 0 + + + 102400 + + + + + + + + Cached item life + + + How long cached items last before they are expired and require a reload. + + + + + + + minutes + + + 0 + + + 8760 + + + + -- cgit v1.2.3