Commit 84ac4994 by Java-张振楠

①修改Koala Cloud上的配置

parent 6432c6a3
......@@ -2,7 +2,7 @@
<ehcache updateCheck="false" name="defaultCache">
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/tomcat/temp/jeesite/ehcache" />
<diskStore path="/youka/temp/jeesite/ehcache" />
<!-- 默认缓存配置. 自动失效:最后一次访问时间间隔300秒失效,若没有访问过自创建时间600秒失效。-->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
......@@ -11,7 +11,7 @@
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" />
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/tomcat/temp/jeesite/ehcache" />
<diskStore path="/youka/temp/jeesite/ehcache" />
<!-- 默认缓存配置. -->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment