Skip to content

Commit

Permalink
fix: put back compiled templates dir in data_root/tmp (#6129)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored Nov 29, 2021
1 parent 1726f06 commit e156c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProductOpener/Display.pm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ $tt = Template->new(
EVAL_PERL => 1,
STAT_TTL => 60, # cache templates in memory for 1 min before checking if the source changed
COMPILE_EXT => '.ttc', # compile templates to Perl code for much faster reload
COMPILE_DIR => '/tmp/productopener/templates',
COMPILE_DIR => $data_root . "/tmp/templates",
ENCODING => 'UTF-8',
RECURSION => 1, # Needed for the knowledge panels that contain subpanels
}
Expand Down

0 comments on commit e156c1c

Please sign in to comment.