diff --git a/inc/config.php b/inc/config.php index 76aa9c3d..ddcb55cf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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;