-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase ProjectRootElementCache MRU cache (#6786)
The average imports/project in a recent OrchardCore solution (primarily ASP.NET Core) is 83, so one project can by itself evict stuff from the old cache of size 50. There are likely further improvements to be made in this area (some ideas in #6715), but increasing the size to 200 seems to be a significant improvement with an extremely small change.
- Loading branch information
1 parent
2fab8f4
commit 11ae619
Showing
1 changed file
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters