Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34244:fe5202bef5ce
configitems: register the 'web.refreshinterval' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:50 +0200 |
parents | d24816dfdcff |
children | 945c9816ec1d |
comparison
equal
deleted
inserted
replaced
34243:d24816dfdcff | 34244:fe5202bef5ce |
---|---|
632 default=8000, | 632 default=8000, |
633 ) | 633 ) |
634 coreconfigitem('web', 'prefix', | 634 coreconfigitem('web', 'prefix', |
635 default='', | 635 default='', |
636 ) | 636 ) |
637 coreconfigitem('web', 'refreshinterval', | |
638 default=20, | |
639 ) | |
637 coreconfigitem('worker', 'backgroundclose', | 640 coreconfigitem('worker', 'backgroundclose', |
638 default=dynamicdefault, | 641 default=dynamicdefault, |
639 ) | 642 ) |
640 # Windows defaults to a limit of 512 open files. A buffer of 128 | 643 # Windows defaults to a limit of 512 open files. A buffer of 128 |
641 # should give us enough headway. | 644 # should give us enough headway. |