Make the index page show (practically) all commits.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Tue, 02 Mar 2010 21:59:51 -0500 | 
    
    
        | parents | 538a3dada709 | 
    
        | children | f936bf37db17 | 
    
        | branches/tags | webpy-sucks | 
    
        | files | review/web_ui.py | 
Changes
    
--- a/review/web_ui.py	Tue Mar 02 21:58:58 2010 -0500
+++ b/review/web_ui.py	Tue Mar 02 21:59:51 2010 -0500
@@ -28,7 +28,7 @@
 TEMPLATE_DIR = os.path.join(package_path, 'web_templates')
 jinja_env = Environment(loader=FileSystemLoader(TEMPLATE_DIR))
 
-LOG_PAGE_LEN = 40
+LOG_PAGE_LEN = 1000000
 
 utils = {
     'node_short': short,