[KSS-checkins] r51218 - kukit/kss.zope/trunk/kss/zope

gotcha at codespeak.net gotcha at codespeak.net
Sat Feb 2 18:50:44 CET 2008


Author: gotcha
Date: Sat Feb  2 18:50:43 2008
New Revision: 51218

Modified:
   kukit/kss.zope/trunk/kss/zope/configure.zcml
Log:
update prod and dev mode to be inline with kss.core

Modified: kukit/kss.zope/trunk/kss/zope/configure.zcml
==============================================================================
--- kukit/kss.zope/trunk/kss/zope/configure.zcml	(original)
+++ kukit/kss.zope/trunk/kss/zope/configure.zcml	Sat Feb  2 18:50:43 2008
@@ -19,6 +19,8 @@
   <kss:concatresource
     name="kukit.js"
     compress_level="safe"
+    caching="memory"
+    lmt_check_period="300"
   />
 
   <!-- Development version -->
@@ -26,7 +28,7 @@
     name="kukit-devel.js"
     compress_level="devel"
     caching="memory"
-    lmt_check_period="5"
+    lmt_check_period="0"
   />
 
 


More information about the Kukit-checkins mailing list