mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
change the default of twig_auto_reload to false
This commit is contained in:
parent
427f3f8a0a
commit
b6c8b05cf7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user