Add high max-repo-count for index page in cgit
By default max-repo-count is set to 50, which causes multiple pages of results for cgit. Bumping it up to 250 so that all current projects all show up on the front page. Change-Id: I527d0128e5376a8d61072fed4a7bb139558b12f6
This commit is contained in:
parent
336437c741
commit
ff3ce8ec5a
@ -59,6 +59,10 @@ mimetype.svg=image/svg+xml
|
||||
# Enable syntax highlighting (requires the highlight package)
|
||||
#source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
|
||||
|
||||
# Increase the number of entries to list per page on the repository
|
||||
# index page (default 50)
|
||||
max-repo-count=250
|
||||
|
||||
##
|
||||
## List of repositories.
|
||||
## PS: Any repositories listed when section is unset will not be
|
||||
|
Loading…
x
Reference in New Issue
Block a user