summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-11-04 18:35:08 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-11-04 18:35:08 +0100
commit37aba10e6fd760f48bc03bb3a7bfbcdb8a45832d (patch)
treeb31bb44008bff763682d4be7ec93ec94330e2b57
parent09c394309b5dd46e18c92e4dde7c483df2c75691 (diff)
increase realtime data cache timeout to 70 seconds
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 9384a3a..f267040 100644
--- a/index.pl
+++ b/index.pl
@@ -48,7 +48,7 @@ sub get_results_for {
my $cache_iris_rt = Cache::File->new(
cache_root => $ENV{DBFAKEDISPLAY_IRISRT_CACHE}
// '/tmp/dbf-iris-realtime',
- default_expires => '50 seconds',
+ default_expires => '70 seconds',
lock_level => Cache::File::LOCK_LOCAL(),
);