Skip to content

Commit

Permalink
cache should not be same name
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed May 18, 2020
1 parent 9a0ee17 commit e2b1876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wox.Infrastructure/Alphabet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void Initialize()
config.Add("pollingInterval", "00:05:00");
config.Add("physicalMemoryLimitPercentage", "1");
config.Add("cacheMemoryLimitMegabytes", "30");
_cache = new MemoryCache("StringMatcherCache", config);
_cache = new MemoryCache("AlphabetCache", config);

_settings = Settings.Instance;
InitializePinyinHelpers();
Expand Down

0 comments on commit e2b1876

Please sign in to comment.