diff options
Diffstat (limited to 'lib/public/Constants.php')
-rw-r--r-- | lib/public/Constants.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/Constants.php b/lib/public/Constants.php index 2653031a430..64872821582 100644 --- a/lib/public/Constants.php +++ b/lib/public/Constants.php @@ -52,4 +52,10 @@ class Constants { * longer support windows as server platform. */ public const FILENAME_INVALID_CHARS = "\\/"; + + /** + * @since 21.0.0 – default value for autocomplete/search results limit, + * cf. sharing.maxAutocompleteResults in config.sample.php. + */ + public const SHARING_MAX_AUTOCOMPLETE_RESULTS_DEFAULT = 25; } |