Author: jonesde
Date: Sun May 18 17:20:25 2008
New Revision: 657700
URL:
http://svn.apache.org/viewvc?rev=657700&view=revLog:
Added note about service def cache clearing, which works if done manually but not doing automatically because it results in reloading all service defs which is slow and causes BIG log messages
Modified:
ofbiz/trunk/framework/base/config/cache.properties
Modified: ofbiz/trunk/framework/base/config/cache.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/cache.properties?rev=657700&r1=657699&r2=657700&view=diff==============================================================================
--- ofbiz/trunk/framework/base/config/cache.properties (original)
+++ ofbiz/trunk/framework/base/config/cache.properties Sun May 18 17:20:25 2008
@@ -73,6 +73,10 @@
script.GroovyLocationParsedCache.expireTime=10000
+# Uncomment this for more flexibility with service changes.
+# Clearing this cache will reload service defs, for all service and so it takes time and results in lots of log messages, so it is commented by default.
+#service.ModelServiceMapByDispatcher.expireTime=10000
+
webapp.BsfEvents.expireTime=10000
webapp.JasperReportsCompiled.expireTime=10000
webapp.ControllerConfig.expireTime=10000