init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
updateCheck="false">
|
||||
|
||||
<defaultCache eternal="false" maxElementsInMemory="10000"
|
||||
timeToLiveSeconds="3600">
|
||||
</defaultCache>
|
||||
|
||||
<cache name="monitoringContextProperties" eternal="false"
|
||||
maxElementsInMemory="10000" timeToLiveSeconds="3600">
|
||||
</cache>
|
||||
</ehcache>
|
||||
Reference in New Issue
Block a user