From eda45fcd34189e6844babde1ebc60c083b1b09da Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 27 Jan 2021 21:28:25 +0200 Subject: Added preference for maximum cache size Rather than simply limiting each tab's cache to 50 most recent URLs, there is now a user-configurable maximum size. If more content is cached, the oldest/largest responses will be removed from memory. The default maximum cache size is 10 MB. IssueID #109 --- src/prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index 07298eac..1c3274d9 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -49,6 +49,7 @@ struct Impl_Prefs { iBool loadImageInsteadOfScrolling; /* Network */ iBool decodeUserVisibleURLs; + int maxCacheSize; /* MB */ iString geminiProxy; iString gopherProxy; iString httpProxy; -- cgit v1.2.3