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:
parent
27d13e00a0
commit
28728336cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user