Add system.groupedit_image_limit config key to defaults.ini.php

This commit is contained in:
Hypolite Petovan 2018-07-01 00:12:57 -04:00
parent cd9b864045
commit 2e40c39fa4
1 changed files with 5 additions and 0 deletions

View 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