Skip to content
Snippets Groups Projects
Commit cdb11b18 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Reduce avatar cache size

parent 3f02b0bf
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,6 @@ namespace AvatarProvider {
void
resolve(const QString &avatarUrl, int size, QObject *receiver, AvatarCallback callback)
{
avatar_cache.setCacheLimit(1024 * 1024);
const auto cacheKey = avatarUrl + "_size_" + size;
if (avatarUrl.isEmpty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment