Author: joes
Date: Sat Mar 22 19:37:46 2014
New Revision: 1580296

URL: http://svn.apache.org/r1580296
Log:
testing for speed

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1580296&r1=1580295&r2=1580296&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 19:37:46 2014
@@ -15,8 +15,8 @@ our @patterns = (
         conf       => $conf,
         headers    => { title => "Index" }, # "Index" is magical here
     }],
-    [qr/\.md(?:text)?$/,   snippet_preprocessor => {
-        view       => 'single_narrative',
+    [qr/\.md(?:text)?$/,   memoize => {
+        view       => [qw/snippet_preprocessor single_narrative/],
         conf       => $conf,
         template   => 'default.html',
         repo       => 'thrift.git',


Reply via email to