diff --git a/static/comments/config.php b/static/comments/config.php index c797395..d971c01 100644 --- a/static/comments/config.php +++ b/static/comments/config.php @@ -11,5 +11,5 @@ $config = [ 'search-url' => 'https?://mehl.mx', 'cache_toots' => 1800, // seconds to cache toots 'cache_comments' => 300, // seconds to cache comments (per ID) - 'debug' => true // writes some debug messages in error_log + 'debug' => false // writes some debug messages in error_log ];