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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.