From 2e40c39fa424d6cc14a44bb3bd2fc9ec11906fdb Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Jul 2018 00:12:57 -0400 Subject: [PATCH] Add system.groupedit_image_limit config key to defaults.ini.php --- config/defaults.ini.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/defaults.ini.php b/config/defaults.ini.php index d1d7903157..27108530c6 100644 --- a/config/defaults.ini.php +++ b/config/defaults.ini.php @@ -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