diff mercurial/configitems.py @ 33234:b62d13506860

configitems: gather comment related to 'worker.backgroundclosemaxqueue' Thanks to Yuya for pointing this out.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 05 Jul 2017 00:01:30 +0200
parents c9849bec227a
children b838e857439d
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:46:01 2017 +0200
+++ b/mercurial/configitems.py	Wed Jul 05 00:01:30 2017 +0200
@@ -155,6 +155,8 @@
 coreconfigitem('ui', 'quiet',
     default=False,
 )
+# Windows defaults to a limit of 512 open files. A buffer of 128
+# should give us enough headway.
 coreconfigitem('worker', 'backgroundclosemaxqueue',
     default=384,
 )