diff InputParser.inc @ 99:d98e315308cd

Improved caching of flag and sitemap.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Sun, 14 Sep 2014 21:11:27 +0200
parents f468365813c9
children 0a33803ee026
line wrap: on
line diff
--- a/InputParser.inc	Fri Oct 19 01:36:22 2012 +0200
+++ b/InputParser.inc	Sun Sep 14 21:11:27 2014 +0200
@@ -61,7 +61,7 @@
       }
     }
     $this->master = self::getFiles($this->master, $this->options);
-
+    $cache->setMaxAge(20);
   }
 
   function cacheCheck()