This is an archive of the discontinued Mercurial Phabricator instance.

fix: obtain base paths before starting workers
ClosedPublic

Authored by rdamazio on Jul 10 2020, 2:45 AM.

Details

Summary

This moves calculation of base paths to before work is dispatched.
While this does mean that copy tracing will be serialized instead of
parallel, it is necessary to be able to prefetch the base contents
in a batch, which will likely be more efficient.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage