Added errors when requesting VC in caching process (resolved #47)

Change-Id: I005cf20113c3badfed938117a93a505b3fedd6b9


Change-Id: I005cf20113c3badfed938117a93a505b3fedd6b9
diff --git a/full/src/main/resources/ehcache.xml b/full/src/main/resources/ehcache.xml
index cc06d48..da9acda 100644
--- a/full/src/main/resources/ehcache.xml
+++ b/full/src/main/resources/ehcache.xml
@@ -59,6 +59,6 @@
 		maxBytesLocalDisk="1G"
 		diskExpiryThreadIntervalSeconds = "120" > 
 		<persistence strategy="localTempSwap"/>
-		<sizeOfPolicy maxDepth="1000" maxDepthExceededBehavior="abort" />
+		<sizeOfPolicy maxDepth="2000" maxDepthExceededBehavior="abort" />
 	</cache>        
 </ehcache>