diff options
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ helper barplot_filters => sub { my $dbh = $self->app->dbh; my $cache = Cache::File->new( - cache_root => '/tmp/dbdb', + cache_root => $ENV{DBDB_CACHE} // '/tmp/dbdb', default_expires => '12 hours', lock_level => Cache::File::LOCK_LOCAL(), ); |