Browse Source

Should be the final commit to the get the build environment working

master
Drew Short 10 years ago
parent
commit
2e4672f391
  1. 2
      src/test/resources/ehcache.xml

2
src/test/resources/ehcache.xml

@ -1,4 +1,4 @@
<ehcache maxBytesLocalHeap="32M" maxBytesLocalDisk="1g" >
<ehcache maxBytesLocalHeap="32M">
<cache name="images"
timeToLiveSeconds="100">
</cache>

Loading…
Cancel
Save