librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1199] try caching the mismatch report for 12 hours


From: Clint Adams
Subject: [Librefm-commits] [1199] try caching the mismatch report for 12 hours
Date: Tue, 05 May 2009 02:12:53 +0000

Revision: 1199
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1199
Author:   clint
Date:     2009-05-05 02:12:53 +0000 (Tue, 05 May 2009)
Log Message:
-----------
try caching the mismatch report for 12 hours

Modified Paths:
--------------
    trunk/nixtape/admin/report/mbid-mismatch.php

Modified: trunk/nixtape/admin/report/mbid-mismatch.php
===================================================================
--- trunk/nixtape/admin/report/mbid-mismatch.php        2009-05-05 01:52:10 UTC 
(rev 1198)
+++ trunk/nixtape/admin/report/mbid-mismatch.php        2009-05-05 02:12:53 UTC 
(rev 1199)
@@ -35,5 +35,7 @@
 
 $smarty->assign("entries", $aEntries);
 
+$smarty->caching = 2;
+$smarty->cache_lifetime = 43200;
 $smarty->display("mbid-mismatch-report.tpl");
 ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]