Skip to content

Commit f9d781a

Browse files
Merge pull request #121 from SixLabors/js/faster-cache
WIP Faster Cache
2 parents aa1b192 + 668b1fc commit f9d781a

16 files changed

+750
-510
lines changed

samples/ImageSharp.Web.Sample/appsettings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Logging": {
33
"LogLevel": {
4-
"Default": "Warning"
4+
"Default": "Warning",
5+
"Microsoft.Hosting.Lifetime": "Information"
56
}
67
},
78
"AllowedHosts": "*"

src/ImageSharp.Web/Caching/AsyncKeyLock.cs

-133
This file was deleted.

src/ImageSharp.Web/Caching/Doorman.cs

-171
This file was deleted.

0 commit comments

Comments
 (0)