[Jifty-commit] r975 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 2 14:14:09 EDT 2006


Author: jesse
Date: Tue May  2 14:14:08 2006
New Revision: 975

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Record.pm

Log:
 r13155 at hualien:  jesse | 2006-05-02 14:13:50 -0400
 * Since we clear the cache on each http hit, hold onto cached records longer _within_ one http hit


Modified: jifty/trunk/lib/Jifty/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Record.pm	Tue May  2 14:14:08 2006
@@ -321,5 +321,11 @@
     Jifty->config->framework('Database')->{'Database'};
 }
 
+sub _cache_config {
+    {   'cache_p'       => 1,
+        'cache_for_sec' => 60,
+    };
+}
+
 1;
 


More information about the Jifty-commit mailing list