We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3574dba commit 9ff81adCopy full SHA for 9ff81ad
Flow.Launcher.Infrastructure/Image/ImageCache.cs
@@ -11,7 +11,7 @@ namespace Flow.Launcher.Infrastructure.Image
11
{
12
public class ImageCache
13
14
- private const int MaxCached = 10;
+ private const int MaxCached = 150;
15
16
private ConcurrentLfu<(string, bool), ImageSource> CacheManager { get; set; } = new(MaxCached);
17
0 commit comments