This commit is contained in:
pcjones
2024-04-14 22:29:10 +02:00
parent 5cd90b7b20
commit 12d9217964

View File

@@ -33,6 +33,7 @@ internal class Program
builder.Services.AddMemoryCache(options => builder.Services.AddMemoryCache(options =>
{ {
// TODO cache size limit? option?
//options.SizeLimit = 20000; //options.SizeLimit = 20000;
}); });