Author: joes
Date: Wed Mar 19 22:27:07 2014
New Revision: 1579427

URL: http://svn.apache.org/r1579427
Log:
memoize wrapper is cleaner

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=1579427&r1=1579426&r2=1579427&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 19 22:27:07 2014
@@ -22,12 +22,11 @@ our @patterns = (
         view       => 'single_narrative',
         conf       => $conf,
         template   => 'default.html',
-        memo       => {}, # maintain a page generation cache
         preprocess => 1,
     }],
 );
 
-our $runners = 1; # maximize page memoization impact
+our $runners = 1; # maximize page memoization impact in thrift_preprocessor 
view
 
 our %dependencies;
 


Reply via email to