Project

General

Profile

« Previous | Next » 

Revision 49819

implemented new way to fetch the lastIndexingDate

View differences:

ehcache.xml
49 49
		<persistence strategy="localTempSwap" />
50 50
	</cache>
51 51

  
52
	<cache name="index-cache"
53
	       maxEntriesLocalHeap="100"
54
	       maxEntriesLocalDisk="1000"
55
	       eternal="false"
56
	       diskSpoolBufferSizeMB="10"
57
	       timeToIdleSeconds="86400" timeToLiveSeconds="86400"
58
	       memoryStoreEvictionPolicy="LFU"
59
	       transactionalMode="off">
60
		<persistence strategy="localTempSwap" />
61
	</cache>
52 62

  
63

  
53 64
</ehcache>

Also available in: Unified diff