mercurial/configitems.py
changeset 34243 d24816dfdcff
parent 34242 e2d633f8ee65
child 34244 fe5202bef5ce
equal deleted inserted replaced
34242:e2d633f8ee65 34243:d24816dfdcff
   629     default=False,
   629     default=False,
   630 )
   630 )
   631 coreconfigitem('web', 'port',
   631 coreconfigitem('web', 'port',
   632     default=8000,
   632     default=8000,
   633 )
   633 )
       
   634 coreconfigitem('web', 'prefix',
       
   635     default='',
       
   636 )
   634 coreconfigitem('worker', 'backgroundclose',
   637 coreconfigitem('worker', 'backgroundclose',
   635     default=dynamicdefault,
   638     default=dynamicdefault,
   636 )
   639 )
   637 # Windows defaults to a limit of 512 open files. A buffer of 128
   640 # Windows defaults to a limit of 512 open files. A buffer of 128
   638 # should give us enough headway.
   641 # should give us enough headway.