svn commit: r1098795 - /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: r1098795 - /ofbiz/trunk/framework/base/config/cache.properties

jleroux@apache.org
Author: jleroux
Date: Mon May  2 21:20:37 2011
New Revision: 1098795

URL: http://svn.apache.org/viewvc?rev=1098795&view=rev
Log:
This is actually default values, better to keep them commented out as Chris Snow noticed some time ago in dev ml

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=1098795&r1=1098794&r2=1098795&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/cache.properties (original)
+++ ofbiz/trunk/framework/base/config/cache.properties Mon May  2 21:20:37 2011
@@ -28,12 +28,12 @@
 #default.useSoftReference=false
 
 # No maxSize for properties.UtilPropertiesResourceCache
-properties.UtilPropertiesResourceCache.maxSize=0
-properties.UtilPropertiesResourceCache.expireTime=0
+#properties.UtilPropertiesResourceCache.maxSize=0
+#properties.UtilPropertiesResourceCache.expireTime=0
 
 # No maxSize for properties.UtilPropertiesUrlCache
-properties.UtilPropertiesUrlCache.maxSize=0
-properties.UtilPropertiesUrlCache.expireTime=0
+#properties.UtilPropertiesUrlCache.maxSize=0
+#properties.UtilPropertiesUrlCache.expireTime=0
 
 # This should be increased if more users will be simultaneously on the system.
 security.UserLoginSecurityGroupByUserLoginId.maxSize=1000