From a8ffa12cdf43a61a9112203944e6e0a626a048b0 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 24 Feb 2020 15:32:54 +0000 Subject: options: Add disc_cache_path option Signed-off-by: Daniel Silverstone --- desktop/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/options.h b/desktop/options.h index 326e041f6..539ff21c8 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -92,6 +92,9 @@ NSOPTION_STRING(accept_charset, NULL) /** Preferred maximum size of memory cache / bytes. */ NSOPTION_INTEGER(memory_cache_size, 12 * 1024 * 1024) +/** Preferred location of disc cache, or NULL for system provided location */ +NSOPTION_STRING(disc_cache_path, NULL) + /** Preferred expiry size of disc cache / bytes. */ NSOPTION_UINT(disc_cache_size, 1024 * 1024 * 1024) -- cgit v1.2.3