Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34589:883d06211973
configitems: register the 'web.maxfiles' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 03:41:01 +0200 |
parents | 0d9928a67254 |
children | 95f4e5b1ec92 |
comparison
equal
deleted
inserted
replaced
34588:0d9928a67254 | 34589:883d06211973 |
---|---|
728 default='-', | 728 default='-', |
729 ) | 729 ) |
730 coreconfigitem('web', 'ipv6', | 730 coreconfigitem('web', 'ipv6', |
731 default=False, | 731 default=False, |
732 ) | 732 ) |
733 coreconfigitem('web', 'maxfiles', | |
734 default=10, | |
735 ) | |
733 coreconfigitem('web', 'maxshortchanges', | 736 coreconfigitem('web', 'maxshortchanges', |
734 default=60, | 737 default=60, |
735 ) | 738 ) |
736 coreconfigitem('web', 'motd', | 739 coreconfigitem('web', 'motd', |
737 default='', | 740 default='', |