From 83137c02aeab7c78945d686e7dc7aace17846dd0 Mon Sep 17 00:00:00 2001 From: Peter Kirmeier Date: Fri, 22 Sep 2023 22:37:45 +0200 Subject: [PATCH] Increase maximum default icon cache amount to 1000 (was 200) Should improve performance on folders with lots of entries. --- Properties/Settings.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 03275c3..51ea527 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -817,7 +817,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("200")] + [global::System.Configuration.DefaultSettingValueAttribute("1000")] public int ClearCacheIfMoreThanThisNumberOfItems { get