aboutsummaryrefslogtreecommitdiff
path: root/Directory.Packages.props
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-03-27 18:16:54 -0600
committerGitHub <noreply@github.com>2025-03-27 18:16:54 -0600
commit88ceaa39b0347c7b7626d38a48baa64923c66eeb (patch)
tree89e09f1095f11168d1bd5bf81a98f9366eed186b /Directory.Packages.props
parente9331fe9d73469bb04ae549ceaa9ea6f1ed7aa6a (diff)
Implement limiting caches (#13605)
* Implement basic expiring cache for LibraryManager * Add expiring cache to more places * Rider why * Make DirectoryService caches static * Use FastConcurrentLru * Reduce default cache size * Simplify DirectoryService caches * Make directory service cache size at least 128
Diffstat (limited to 'Directory.Packages.props')
-rw-r--r--Directory.Packages.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 89311142c..f9e111b38 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,6 +9,7 @@
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.1" />
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="BDInfo" Version="0.8.0" />
+ <PackageVersion Include="BitFaster.Caching" Version="2.5.3" />
<PackageVersion Include="BlurHashSharp.SkiaSharp" Version="1.3.4" />
<PackageVersion Include="BlurHashSharp" Version="1.3.4" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
@@ -87,4 +88,4 @@
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.23" />
<PackageVersion Include="xunit" Version="2.9.3" />
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file