From 40cb70b845686236a6e7c73bc6e5f242cbb35da8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 24 Feb 2020 15:33:19 +0000 Subject: netsurf_init: Use disc_cache_path if specified, otherwise platform path Signed-off-by: Daniel Silverstone --- docs/netsurf-options.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/netsurf-options.md b/docs/netsurf-options.md index 4e87d9b67..5a723c76b 100644 --- a/docs/netsurf-options.md +++ b/docs/netsurf-options.md @@ -42,6 +42,7 @@ General Options memory_cache_size | int | 12MiB | Preferred maximum size of memory cache in bytes. disc_cache_size | uint | 1GiB | Preferred expiry size of disc cache in bytes. disc_cache_age | int | 28 | Preferred expiry age of disc cache in days. + disc_cache_path | string | NULL | Path to disc cache, NULL means to use system path | block_advertisements | bool | false | Whether to block advertisements do_not_track | bool | false | Disable website tracking [1] send_referer | bool | true | Whether to send the referer HTTP header. -- cgit v1.2.3