mercurial/configitems.py
changeset 34228 af4f0c74f8b5
parent 34227 ac96ff471c9a
child 34229 6742e18e41f0
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.