bug fix
This commit is contained in:
parent
55d6d95c09
commit
14c80ca1d6
|
|
@ -24,6 +24,6 @@ public interface ConstCache {
|
||||||
|
|
||||||
String LONG_CACHE = "LONG_CACHE";//全局永久变量
|
String LONG_CACHE = "LONG_CACHE";//全局永久变量
|
||||||
|
|
||||||
String SYS_CACHE = "SYS_CACHE";//系统变量 1小时
|
String SYS_CACHE = "SYS_CACHE";//系统变量 10小时
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,13 +36,13 @@
|
||||||
transactionalMode="off">
|
transactionalMode="off">
|
||||||
</cache>
|
</cache>
|
||||||
|
|
||||||
<!-- 系统变量:1小时-->
|
<!-- 系统变量:10小时-->
|
||||||
<cache name="SYS_CACHE"
|
<cache name="SYS_CACHE"
|
||||||
maxElementsInMemory="50000"
|
maxElementsInMemory="50000"
|
||||||
clearOnFlush="false"
|
clearOnFlush="false"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="36000"
|
||||||
timeToLiveSeconds="3600"
|
timeToLiveSeconds="36000"
|
||||||
overflowToDisk="true"
|
overflowToDisk="true"
|
||||||
diskSpoolBufferSizeMB="1024"
|
diskSpoolBufferSizeMB="1024"
|
||||||
maxElementsOnDisk="100000"
|
maxElementsOnDisk="100000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user