From b6bd6f442ac95376d78a14b3f503cb065781a5a5 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Fri, 8 Jan 2021 20:46:56 +1100 Subject: Functional cache limit, albeit a little inefficient --- src/browsertab.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/browsertab.cpp') diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 0568ee3..e870fe0 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -587,11 +587,6 @@ void BrowserTab::renderPage(const QByteArray &data, const MimeType &mime) document->setHtml(page_html); page_title = document->metaInformation(QTextDocument::DocumentTitle); - - // For now we don't cache HTML pages, because they will most - // of the time clog up the cache. - // TODO: preference for this? protocol-specific cache limits? - will_cache = false; } else if (not plaintext_only and mime.is("text","x-kristall-theme")) { -- cgit v1.2.3