]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Updated messages.po
[friendica.git] / static / settings.config.php
index 5d9b430b190ee1e1f5fcef48d7cf435f4c6495ae..5530163dc89b8bd13f7a8ec62c83e4c08ecc6040 100644 (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,