提交 6b0900e8 authored 作者: zgy's avatar zgy

修改缓存过期时间

上级 1abdfe99
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<cache name="sysCache" <cache name="sysCache"
maxElementsInMemory="5000" maxElementsInMemory="5000"
eternal="false" eternal="true"
timeToIdleSeconds="3000" timeToIdleSeconds="3000"
timeToLiveSeconds="3000" timeToLiveSeconds="3000"
overflowToDisk="false"> overflowToDisk="false">
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
--> -->
<cache name="sysCache" <cache name="sysCache"
maxElementsInMemory="1000" maxElementsInMemory="1000"
eternal="false" eternal="true"
timeToIdleSeconds="3600" timeToIdleSeconds="3600"
timeToLiveSeconds="7200" timeToLiveSeconds="7200"
maxEntriesLocalDisk="10000000" maxEntriesLocalDisk="10000000"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论