summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index ca43487..fec01fe 100644
--- a/index.pl
+++ b/index.pl
@@ -99,7 +99,7 @@ helper barplot_filters => sub {
my $dbh = $self->app->dbh;
my $cache = Cache::File->new(
- cache_root => $ENV{DBDB_CACHE} // '/tmp/dbdb',
+ cache_root => $ENV{DBDB_CACHE} // '/tmp/dbdb-web-cache',
default_expires => '12 hours',
lock_level => Cache::File::LOCK_LOCAL(),
);