Temporarily stop writing the redirect cache for massive performance increases.

This commit is contained in:
Lukas Brübach 2025-01-17 09:43:57 +01:00
parent ace9915958
commit e4f7453a5f

View file

@ -126,7 +126,7 @@ void PictureLoaderWorker::imageLoadedSuccessfully(CardInfoPtr card, const QImage
void PictureLoaderWorker::cacheRedirect(const QUrl &originalUrl, const QUrl &redirectUrl)
{
redirectCache[originalUrl] = qMakePair(redirectUrl, QDateTime::currentDateTimeUtc());
saveRedirectCache();
//saveRedirectCache();
}
QUrl PictureLoaderWorker::getCachedRedirect(const QUrl &originalUrl) const