--- a/mercurial/hgweb.py Tue Jun 07 00:03:38 2005 -0800
+++ b/mercurial/hgweb.py Tue Jun 07 00:04:43 2005 -0800
@@ -113,7 +113,7 @@
return template(tmpl, self.filters, **map)
class hgweb:
- maxchanges = 20
+ maxchanges = 10
maxfiles = 10
def __init__(self, path, name, templates = ""):