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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-09-09 16:46:24 +0300
committerStan Hu <stanhu@gmail.com>2019-09-09 16:46:24 +0300
commit107ebb8251463cef43b6ccf00dde4de54d66d1ac (patch)
treed6689133b1bd0129a4f5461d6d2154506caa2808 /changelogs
parentcbb35ea882cdc40c09f7f6cd44bca8d72e506092 (diff)
Lower searches count limit
Lowering the limit when performing search from 1001 to 101. This will allow us to speed this process.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-11777-lower-search-count-limits.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-11777-lower-search-count-limits.yml b/changelogs/unreleased/fj-11777-lower-search-count-limits.yml
new file mode 100644
index 00000000000..c284bc49bfc
--- /dev/null
+++ b/changelogs/unreleased/fj-11777-lower-search-count-limits.yml
@@ -0,0 +1,5 @@
+---
+title: Lower search counters
+merge_request: 11777
+author:
+type: performance