From 37aba10e6fd760f48bc03bb3a7bfbcdb8a45832d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Nov 2016 18:35:08 +0100 Subject: increase realtime data cache timeout to 70 seconds --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') 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(), ); -- cgit v1.2.3