You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/07 01:10:12 UTC

svn commit: r822532 - /ofbiz/trunk/framework/base/config/cache.properties

Author: jleroux
Date: Tue Oct  6 23:10:12 2009
New Revision: 822532

URL: http://svn.apache.org/viewvc?rev=822532&view=rev
Log:
Anymore BSH scripts but Groovy (while struggling with something that seems related to cache in POS, still investigating, really weird...)

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=822532&r1=822531&r2=822532&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/cache.properties (original)
+++ ofbiz/trunk/framework/base/config/cache.properties Tue Oct  6 23:10:12 2009
@@ -62,7 +62,7 @@
 product.config.expireTime=60000
 product.config.useSoftReference=true
 
-# Development Mode - comment these out to better cache BSH scripts, etc
+# Development Mode - comment these out to better cache groovy scripts, etc
 #These are all cleared by default every 10000 milliseconds, or ten seconds
 minilang.SimpleMethodsDirect.expireTime=10000
 minilang.SimpleMethodsResource.expireTime=10000