comparison mercurial/configitems.py @ 34228:af4f0c74f8b5

configitems: register the 'web.address' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:32 +0200
parents ac96ff471c9a
children 6742e18e41f0
comparison
equal deleted inserted replaced
34227:ac96ff471c9a 34228:af4f0c74f8b5
583 default=None, 583 default=None,
584 ) 584 )
585 coreconfigitem('web', 'accesslog', 585 coreconfigitem('web', 'accesslog',
586 default='-', 586 default='-',
587 ) 587 )
588 coreconfigitem('web', 'address',
589 default='',
590 )
588 coreconfigitem('worker', 'backgroundclose', 591 coreconfigitem('worker', 'backgroundclose',
589 default=dynamicdefault, 592 default=dynamicdefault,
590 ) 593 )
591 # Windows defaults to a limit of 512 open files. A buffer of 128 594 # Windows defaults to a limit of 512 open files. A buffer of 128
592 # should give us enough headway. 595 # should give us enough headway.