New option to activate/deactivate contact avatar cache

This commit is contained in:
Michael 2021-10-23 17:18:30 +00:00
commit 8185c591d8
5 changed files with 64 additions and 44 deletions

View file

@ -64,6 +64,10 @@ return [
// Themes users can change to in their settings.
'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
// cache_contact_avatar (Boolean)
// Cache versions of the contact avatars. Uses a lot of storage space
'cache_contact_avatar' => true,
// curl_timeout (Integer)
// Value is in seconds. Set to 0 for unlimited (not recommended).
'curl_timeout' => 60,