From b7f40b587087ce4d594ef10af509a5ab92f20466 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 10 Jun 2021 12:36:42 +0300 Subject: Preferences: Memory size limit Memory used for RAM storage of media along with navigation history so it can be restored instantly. --- src/prefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index 385dee78..f1842e9a 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -46,6 +46,7 @@ void init_Prefs(iPrefs *d) { d->openArchiveIndexPages = iTrue; d->decodeUserVisibleURLs = iTrue; d->maxCacheSize = 10; + d->maxMemorySize = 200; d->font = nunito_TextFont; d->headingFont = nunito_TextFont; d->monospaceGemini = iFalse; -- cgit v1.2.3