File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services.AddImageSharp(
36
36
options .MemoryStreamManager = new RecyclableMemoryStreamManager ();
37
37
options .BrowserMaxAge = TimeSpan .FromDays (7 );
38
38
options .CacheMaxAge = TimeSpan .FromDays (365 );
39
- options .CachedHashLength = 8 ;
39
+ options .CacheHashLength = 8 ;
40
40
options .OnParseCommandsAsync = _ => Task .CompletedTask ;
41
41
options .OnBeforeSaveAsync = _ => Task .CompletedTask ;
42
42
options .OnProcessedAsync = _ => Task .CompletedTask ;
@@ -117,4 +117,4 @@ services.AddImageSharp(options =>
117
117
.AddProvider <WebRootImageProvider >();
118
118
```
119
119
120
- Full Configuration API options are available [ here] ( xref:SixLabors.ImageSharp.Web.DependencyInjection.ImageSharpBuilderExtensions ) .
120
+ Full Configuration API options are available [ here] ( xref:SixLabors.ImageSharp.Web.DependencyInjection.ImageSharpBuilderExtensions ) .
You can’t perform that action at this time.
0 commit comments