1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

change the default of twig_auto_reload to false

This commit is contained in:
fowr 2023-03-30 17:52:38 -03:00
parent 427f3f8a0a
commit b6c8b05cf7

View File

@ -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;