From: moodaepo Date: Thu, 12 May 2011 15:36:13 +0000 (+0000) Subject: Reduced feed cache time from an hour to ten minutes. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cffc2c021252b02f1f343f095ac0985c731fc063;p=Evergreen_Website.git Reduced feed cache time from an hour to ten minutes. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1449 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/incl/news_box.php b/incl/news_box.php index 16469a1..98872ec 100644 --- a/incl/news_box.php +++ b/incl/news_box.php @@ -45,7 +45,7 @@ class Feed { private $current; private $remaining; - public $cacheTime = 3600; + public $cacheTime = 600; /** * Create Atom reader object. diff --git a/incl/sidebar.php b/incl/sidebar.php index a120f27..6a9553a 100644 --- a/incl/sidebar.php +++ b/incl/sidebar.php @@ -3,13 +3,6 @@
-
- -