diff rhodecode/controllers/changelog.py @ 1850:c4ff52b0d112 beta

changelog: more commits by default; tweak top header layout
author Aras Pranckevicius <aras@unity3d.com>
date Thu, 05 Jan 2012 21:40:05 +0200
parents 89efedac4e6c
children baef43bc457c
line wrap: on
line diff
--- a/rhodecode/controllers/changelog.py	Thu Jan 05 21:05:42 2012 +0200
+++ b/rhodecode/controllers/changelog.py	Thu Jan 05 21:40:05 2012 +0200
@@ -54,7 +54,7 @@
 
     def index(self):
         limit = 100
-        default = 20
+        default = 40
         if request.params.get('size'):
             try:
                 int_size = int(request.params.get('size'))