diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-27 13:50:38 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-27 13:50:38 +0200 |
commit | ca72c0150b3ea490c06c8c4824aebf0d0da33088 (patch) | |
tree | 19ee5efb85bcf2a97e60b0372320df129ac0f447 /config | |
parent | bd951e926f7913568257f321f2894dfcc66aa3b3 (diff) | |
download | nextcloud-server-ca72c0150b3ea490c06c8c4824aebf0d0da33088.tar.gz nextcloud-server-ca72c0150b3ea490c06c8c4824aebf0d0da33088.zip |
configurable amount of autocomplete results in comments
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 99d67e738c6..f8723c7d9b0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1233,25 +1233,6 @@ $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 */ |