Issue #10 fix
This commit is contained in:
parent
ff55197474
commit
83a64651c2
|
@ -24,7 +24,6 @@ sub startup {
|
||||||
|
|
||||||
# load dev env only stuff, if applicable
|
# load dev env only stuff, if applicable
|
||||||
if ($config->{environment} eq 'dev') {
|
if ($config->{environment} eq 'dev') {
|
||||||
$self->plugin('Renderer::WithoutCache');
|
|
||||||
$self->renderer->cache->max_keys(0)
|
$self->renderer->cache->max_keys(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue