Skip to content

Commit 4b21fce

Browse files
author
UlricQin
committed
Update ehcache.xml
1 parent f0fe9d0 commit 4b21fce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/ehcache.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
timeToIdleSeconds="1800" timeToLiveSeconds="1800" overflowToDisk="true" />
2121

2222
<cache name="BlogCatalog" maxElementsInMemory="100" eternal="false"
23-
timeToIdleSeconds="3600" timeToLiveSeconds="36000" overflowToDisk="true" />
23+
timeToIdleSeconds="3600" timeToLiveSeconds="3600" overflowToDisk="true" />
2424

2525
<cache name="BlogTag" maxElementsInMemory="2000" eternal="false"
26-
timeToIdleSeconds="3600" timeToLiveSeconds="36000" overflowToDisk="true" />
26+
timeToIdleSeconds="3600" timeToLiveSeconds="300" overflowToDisk="true" />
2727

2828
<cache name="Tag" maxElementsInMemory="200" eternal="false"
29-
timeToIdleSeconds="3600" timeToLiveSeconds="36000" overflowToDisk="true" />
29+
timeToIdleSeconds="3600" timeToLiveSeconds="300" overflowToDisk="true" />
3030

3131
<cache name="Page" maxElementsInMemory="200" eternal="false"
3232
timeToIdleSeconds="3600" timeToLiveSeconds="36000" overflowToDisk="true" />
3333

3434
<cache name="Blog" maxElementsInMemory="1000" eternal="false"
35-
timeToIdleSeconds="300" timeToLiveSeconds="300" overflowToDisk="true" />
36-
</ehcache>
35+
timeToIdleSeconds="300" timeToLiveSeconds="3600" overflowToDisk="true" />
36+
</ehcache>

0 commit comments

Comments
 (0)