mercurial/hgweb/hgweb_mod.py
changeset 34245 945c9816ec1d
parent 34239 344fd1fe237b
child 34515 8afc25e7effc
--- a/mercurial/hgweb/hgweb_mod.py	Fri Jun 30 03:45:50 2017 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Fri Jun 30 03:45:51 2017 +0200
@@ -99,7 +99,7 @@
         self.archivespecs = archivespecs
 
         self.maxchanges = self.configint('web', 'maxchanges', 10)
-        self.stripecount = self.configint('web', 'stripes', 1)
+        self.stripecount = self.configint('web', 'stripes')
         self.maxshortchanges = self.configint('web', 'maxshortchanges', 60)
         self.maxfiles = self.configint('web', 'maxfiles', 10)
         self.allowpull = self.configbool('web', 'allowpull', True)