D7310: rust-threads: force Rayon to respect the worker count in config

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Dec 13 16:54:16 UTC 2019


mharbison72 added inline comments.

INLINE COMMENTS

> dirstate.py:1119
> +
> +            workers_enabled = self._ui.configbool("worker", "enabled", True)
> +            if not workers_enabled:

Isn't the default parameter usually omitted, and picked up from the registrar?

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7310/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7310

To: Alphare, #hg-reviewers, martinvonz
Cc: mharbison72, martinvonz, mercurial-devel


More information about the Mercurial-devel mailing list