Increase maximum default icon cache amount to 1000 (was 200)

Should improve performance on folders with lots of entries.
This commit is contained in:
Peter Kirmeier 2023-09-22 22:37:45 +02:00
parent 531d863e95
commit 83137c02ae

View file

@ -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