Project

General

Profile

« Previous | Next » 

Revision 44690

implmemented sort of reactive clients. Added more datasource information

View differences:

ehcache.xml
28 28
		diskExpiryThreadIntervalSeconds="120" diskSpoolBufferSizeMB="5" />
29 29
		-->
30 30

  
31
	<cache name="datasources" maxElementsInMemory="10" eternal="false"
31
	<cache name="datasources-is-cache" maxElementsInMemory="10" eternal="false"
32 32
		timeToIdleSeconds="43200" timeToLiveSeconds="43200" overflowToDisk="false" />
33 33

  
34
	<cache name="datasources-mongo-cache" maxElementsInMemory="10" eternal="false"
35
	       timeToIdleSeconds="43200" timeToLiveSeconds="43200" overflowToDisk="false" />
36

  
34 37
</ehcache>
35 38

  

Also available in: Unified diff