diff options
author | Colin Guthrie <colin@mageia.org> | 2013-08-25 15:03:30 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-08-25 15:03:30 +0000 |
commit | 180ee941bfd92b0120c8b4ec6860c0f223c0b202 (patch) | |
tree | cdb3f4431465c173c6a25f799802e9b60e1ba039 /modules/cgit | |
parent | 7443b6ccc768d2414e333259b073d1dfe87b8c1f (diff) | |
download | puppet-180ee941bfd92b0120c8b4ec6860c0f223c0b202.tar puppet-180ee941bfd92b0120c8b4ec6860c0f223c0b202.tar.gz puppet-180ee941bfd92b0120c8b4ec6860c0f223c0b202.tar.bz2 puppet-180ee941bfd92b0120c8b4ec6860c0f223c0b202.tar.xz puppet-180ee941bfd92b0120c8b4ec6860c0f223c0b202.zip |
cgit: Avoid repolist pagination (for a while at least)
Diffstat (limited to 'modules/cgit')
-rw-r--r-- | modules/cgit/templates/cgitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/cgit/templates/cgitrc b/modules/cgit/templates/cgitrc index b13da907..9fbb9650 100644 --- a/modules/cgit/templates/cgitrc +++ b/modules/cgit/templates/cgitrc @@ -48,6 +48,8 @@ branch-sort=age # Use a custom logo logo=//nav.mageia.org/css/mageia-logo-nav-3.png +# Try to avoid pagination on the mail page (until we have too many software repos) +max-repo-count=100 # Enable statistics per week, month and quarter max-stats=quarter |