From e76987b5cd1a49c71ded5d7169b52162a5e2c371 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 8 Apr 2010 13:27:25 +0100 Subject: [PATCH] Cache timeout upped to one day. --- web/htdocs/details/stats.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/htdocs/details/stats.mc b/web/htdocs/details/stats.mc index 31a4fe5..c01c302 100644 --- a/web/htdocs/details/stats.mc +++ b/web/htdocs/details/stats.mc @@ -28,7 +28,7 @@ my $stats = $m->cache->get($key); if (!defined $stats || $reload) { $from_cache = 0; $stats = new ZOOM::IRSpy::Stats("localhost:8018/IR-Explain---1", $query); - $m->cache->set($key, $stats, "10 minutes"); + $m->cache->set($key, $stats, "1 day"); }

Statistics for <% xml_encode($stats->{host}) %>

-- 1.7.10.4