enable caching for comments

This commit is contained in:
2019-10-17 01:04:44 +02:00
parent 62e47ea4d0
commit dcd79bb343
3 changed files with 43 additions and 20 deletions

View File

@@ -4,5 +4,6 @@ $config = [
'user-id' => 379833,
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
'cache_toots' => 300,
'cache_comments' => 300,
'debug' => true
];