Update ImageProcessor 2.9.1

This commit is contained in:
2023-02-07 09:08:11 -05:00
parent ad8d157e64
commit 642c0ea836
5 changed files with 63 additions and 64 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<caching currentCache="DiskCache">
<caches>
<cache trimCache="false" name="DiskCache" type="ImageProcessor.Web.Caching.DiskCache, ImageProcessor.Web" maxDays="365" memoryMaxMinutes="1"
browserMaxDays="7">
<cache trimCache="false" name="DiskCache" type="ImageProcessor.Web.Caching.DiskCache, ImageProcessor.Web" maxDays="365" memoryMaxMinutes="1" browserMaxDays="7">
<settings>
<setting key="VirtualCachePath" value="~/app_data/cache"/>
<setting key="VirtualCachePath" value="~/app_data/cache" />
</settings></cache>
</caches>
</caching>