Skip to content
Snippets Groups Projects
Unverified Commit dcc4e7d9 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

add config parameter sample

parent fa2f0397
No related branches found
No related tags found
No related merge requests found
...@@ -1232,6 +1232,24 @@ $CONFIG = array( ...@@ -1232,6 +1232,24 @@ $CONFIG = array(
*/ */
'sharing.minSearchStringLength' => 0, 'sharing.minSearchStringLength' => 0,
/**
* Collaboration
*
* Global settings for collaboration
*/
/**
* Defines the maximum number of auto complete results. The default is 50. This
* is used by the auto complete backend, which for example is consumed by
* auto completion feature in comments.
*
* It may look similar to sharing.maxAutocompleteResults, but there are some key
* differences in utilization. Thus, an unlimited default is very bad. Also,
* does not control the number of displayed results, but results fetched from
* each user backend. A small number is crucial for performance and a positive
* user experience.
*/
'collaboration.maxAutocompleteResults' => 50,
/** /**
* All other configuration options * All other configuration options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment