change the default of twig_auto_reload to false

This commit is contained in:
fowr 2023-03-30 17:52:38 -03:00 committed by -
parent 7f7016f881
commit 5730eb164d

View File

@ -48,7 +48,7 @@
// Warn about deprecations? See vichan-devel/vichan#363 and https://www.youtube.com/watch?v=9crnlHLVdno
$config['deprecation_errors'] = false;
// Skip cache in twig. this is already enabled with debug
$config['twig_auto_reload'] = true;
$config['twig_auto_reload'] = false;
// EXPLAIN all SQL queries (when in debug mode).
$config['debug_explain'] = false;