diff mercurial/configitems.py @ 33232:4531a967e7f1

configitems: register the 'worker.backgroundclosethreadcount' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:46:00 +0200
parents d19804c16710
children c9849bec227a
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:45:59 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:46:00 2017 +0200
@@ -161,3 +161,6 @@
 coreconfigitem('worker', 'backgroundcloseminfilecount',
     default=2048,
 )
+coreconfigitem('worker', 'backgroundclosethreadcount',
+    default=4,
+)