Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add path for ehcache file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed May 22, 2014
1 parent 5805ffb commit 0f12f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zanata-war/src/main/resources/ehcache.xml
Expand Up @@ -2,6 +2,8 @@
xsi:noNamespaceSchemaLocation="ehcache.xsd"
updateCheck="false">

<diskStore path="ehcache.disk.store.dir"/>

<defaultCache
maxElementsInMemory="10000"
eternal="false"
Expand Down Expand Up @@ -84,8 +86,6 @@
name="org.zanata.service.impl.VersionStateCacheImpl.versionStatisticCache"
maxElementsInMemory="10000"
eternal="true"
timeToIdleSeconds="0"
timeToLiveSeconds="0"
overflowToDisk="true"
diskPersistent="true"
maxBytesLocalDisk="50000000"
Expand Down

0 comments on commit 0f12f77

Please sign in to comment.