projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a3dcb
)
merge longer cache statistic
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:14:39 +0000
(13:14 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:14:39 +0000
(13:14 +0000)
web/htdocs/details/stats.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/stats.mc
b/web/htdocs/details/stats.mc
index
31a4fe5
..
c01c302
100644
(file)
--- 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");
}
</%perl>
<h2>Statistics for <% xml_encode($stats->{host}) %></h2>