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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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