This commit is contained in:
ngoomie 2024-08-08 01:57:57 -06:00
parent ff55197474
commit 83a64651c2
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ sub startup {
# load dev env only stuff, if applicable
if ($config->{environment} eq 'dev') {
$self->plugin('Renderer::WithoutCache');
$self->renderer->cache->max_keys(0)
}