Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-25 18:27:31 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-25 18:27:31 +0300
commitdcc4e7d9f64603574c16fe5155e36256bce5f82d (patch)
treedfb652e1b260bb42def8ebdacf9af6dfa6b1133a /config
parentfa2f03979b8262dfe65dd8c7ce017e1125f87e33 (diff)
add config parameter sample
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ed2ecbb87b3..99d67e738c6 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1232,6 +1232,24 @@ $CONFIG = array(
*/
'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