]> git.mxchange.org Git - friendica.git/commitdiff
Add system.groupedit_image_limit config key to defaults.ini.php
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 1 Jul 2018 04:12:57 +0000 (00:12 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:15 +0000 (19:38 -0400)
config/defaults.ini.php

index d1d79031572d26cc8457ea8079253ae3371e1631..27108530c69e75dd0ebdffeb0d61e0a0b99f1bd6 100644 (file)
@@ -165,6 +165,11 @@ dlogip =
 ; Value in minutes after we think that a frontend task was killed by the webserver.
 frontend_worker_timeout = 10
 
+; groupedit_image_limit (Integer)
+; Number of contacts at which the group editor should switch from display the profile pictures of the contacts to only display the names.
+; This can alternatively be set on a per account basis in the pconfig table.
+groupedit_image_limit = 400
+
 ; hsts (Boolean)
 ; Enables the sending of HTTP Strict Transport Security headers
 hsts = false