diff mercurial/configitems.py @ 33231:d19804c16710

configitems: register the 'worker.backgroundcloseminfilecount' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:45:59 +0200
parents 5dcbd2045dcb
children 4531a967e7f1
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:45:58 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:59 2017 +0200
@@ -158,3 +158,6 @@
 coreconfigitem('worker', 'backgroundclosemaxqueue',
     default=384,
 )
+coreconfigitem('worker', 'backgroundcloseminfilecount',
+    default=2048,
+)