This is an archive of the discontinued Mercurial Phabricator instance.

fix: prefetch file contents
ClosedPublic

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

Details

Summary

This prevents the worker subprocesses from contacting the server individually,
which is either inefficient, or leads to problems if the connection is shared
among them.

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.

Event Timeline

rdamazio created this revision.Jul 10 2020, 2:45 AM
pulkit accepted this revision.Jul 10 2020, 6:16 AM
This revision is now accepted and ready to land.Jul 10 2020, 6:16 AM
This revision was automatically updated to reflect the committed changes.
rdamazio updated this revision to Diff 21846.Jul 10 2020, 9:20 PM