disable debug logging for comments
All checks were successful
Website build and deploy / build (push) Successful in 1m9s

This commit is contained in:
2026-02-24 11:03:59 +01:00
parent e13612f9e8
commit 089f274470

View File

@@ -11,5 +11,5 @@ $config = [
'search-url' => 'https?://mehl.mx', 'search-url' => 'https?://mehl.mx',
'cache_toots' => 1800, // seconds to cache toots 'cache_toots' => 1800, // seconds to cache toots
'cache_comments' => 300, // seconds to cache comments (per ID) '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
]; ];