Display all git repos on one page

We have exceeded 1500 projects and now have to use the pagination
again on git.openstack.org. This makes searching for a repo/browsing
inconvenient so up the limit.

Change-Id: I260a28c8a5156d2a68a1a0b28594273b473386e6
This commit is contained in:
Joshua Hesketh 2016-09-19 15:00:34 +02:00
parent 27d13e00a0
commit 28728336cd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class openstack_project::git_backend (
'favicon' => '/static/favicon.ico',
'logo' => '/static/openstack.png',
'root-title' => 'OpenStack git repository browser',
'max-repo-count' => 1500,
'max-repo-count' => 2500,
},
manage_cgitrc => true,
selinux_mode => $selinux_mode