comparison mercurial/configitems.py @ 34245:945c9816ec1d

configitems: register the 'web.stripes' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:51 +0200
parents fe5202bef5ce
children db63872e10cc
comparison
equal deleted inserted replaced
34244:fe5202bef5ce 34245:945c9816ec1d
635 default='', 635 default='',
636 ) 636 )
637 coreconfigitem('web', 'refreshinterval', 637 coreconfigitem('web', 'refreshinterval',
638 default=20, 638 default=20,
639 ) 639 )
640 coreconfigitem('web', 'stripes',
641 default=1,
642 )
640 coreconfigitem('worker', 'backgroundclose', 643 coreconfigitem('worker', 'backgroundclose',
641 default=dynamicdefault, 644 default=dynamicdefault,
642 ) 645 )
643 # Windows defaults to a limit of 512 open files. A buffer of 128 646 # Windows defaults to a limit of 512 open files. A buffer of 128
644 # should give us enough headway. 647 # should give us enough headway.