comparison mercurial/configitems.py @ 34249:e2d633f8ee65

configitems: register the 'web.port' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:48 +0200
parents 98fa9183de54
children d24816dfdcff
comparison
equal deleted inserted replaced
34248:98fa9183de54 34249:e2d633f8ee65
626 default='-', 626 default='-',
627 ) 627 )
628 coreconfigitem('web', 'ipv6', 628 coreconfigitem('web', 'ipv6',
629 default=False, 629 default=False,
630 ) 630 )
631 coreconfigitem('web', 'port',
632 default=8000,
633 )
631 coreconfigitem('worker', 'backgroundclose', 634 coreconfigitem('worker', 'backgroundclose',
632 default=dynamicdefault, 635 default=dynamicdefault,
633 ) 636 )
634 # Windows defaults to a limit of 512 open files. A buffer of 128 637 # Windows defaults to a limit of 512 open files. A buffer of 128
635 # should give us enough headway. 638 # should give us enough headway.