gerrit: bump index.maxTerms

The default value is 1024, which causes issues for users that have
starred more than that number of changes. Bump by 50% hoping that the
possible performance impact will be moderate.

[0] https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#index

Change-Id: I0c00110cfd6ba6d235821f6a5db7e1b91e2a8945
This commit is contained in:
Dr. Jens Harbott 2023-08-19 22:59:57 +02:00
parent da29540162
commit 08610609e5

View File

@ -156,6 +156,7 @@
tag = ${project}/src/tag/${tag}
url = https://opendev.org/
[index]
maxTerms = 1536
type = LUCENE
threads = 8
[download]