summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(),
);