Skip to content

Commit 5eac249

Browse files
Update src/ImageSharp.Web/Caching/PhysicalFileSystemCacheOptions.cs
1 parent 0149b7b commit 5eac249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Caching/PhysicalFileSystemCacheOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PhysicalFileSystemCacheOptions
1414
public string CacheFolder { get; set; } = "is-cache";
1515

1616
/// <summary>
17-
/// Gets or sets the depth of the nested cache folders structure to store the images.
17+
/// Gets or sets the depth of the nested cache folders structure to store the images. Defaults to 8.
1818
/// </summary>
1919
public uint CacheFolderDepth { get; set; } = 8;
2020

0 commit comments

Comments
 (0)