New option to activate/deactivate contact avatar cache
This commit is contained in:
parent
e0411743e2
commit
8185c591d8
5 changed files with 64 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue