change the default of twig_auto_reload to false
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
// Warn about deprecations? See vichan-devel/vichan#363 and https://www.youtube.com/watch?v=9crnlHLVdno
|
// Warn about deprecations? See vichan-devel/vichan#363 and https://www.youtube.com/watch?v=9crnlHLVdno
|
||||||
$config['deprecation_errors'] = false;
|
$config['deprecation_errors'] = false;
|
||||||
// Skip cache in twig. this is already enabled with debug
|
// 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).
|
// EXPLAIN all SQL queries (when in debug mode).
|
||||||
$config['debug_explain'] = false;
|
$config['debug_explain'] = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user