From 8045fae706acea930df5960e360b7b6636a9e3d9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 30 Jun 2018 18:17:28 +0200 Subject: [PATCH] added documentation of the groupedit_image_limit variable --- doc/htconfig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/htconfig.md b/doc/htconfig.md index ef57380197..a2ce91d4dc 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -45,6 +45,7 @@ Example: To set the automatic database cleanup process add this line to your .ht * **dlogfile** - location of the developer log file * **dlogip** - restricts develop log writes to requests originating from this IP address * **frontend_worker_timeout** - Value in minutes after we think that a frontend task was killed by the webserver. Default value is 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. Default is 400. This can alternatively be set on a per account basis in the pconfig table. * **hsts** (Boolean) - Enables the sending of HTTP Strict Transport Security headers * **ignore_cache** (Boolean) - For development only. Disables the item cache. * **instances_social_key** - Key to the API of https://instances.social which retrieves data about mastodon servers. See https://instances.social/api/token to get an API key.