Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 33233:c9849bec227a
configitems: register the 'worker.numcpus' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:46:01 +0200 |
parents | 4531a967e7f1 |
children | b62d13506860 |
comparison
equal
deleted
inserted
replaced
33232:4531a967e7f1 | 33233:c9849bec227a |
---|---|
162 default=2048, | 162 default=2048, |
163 ) | 163 ) |
164 coreconfigitem('worker', 'backgroundclosethreadcount', | 164 coreconfigitem('worker', 'backgroundclosethreadcount', |
165 default=4, | 165 default=4, |
166 ) | 166 ) |
167 coreconfigitem('worker', 'numcpus', | |
168 default=None, | |
169 ) |