schedule indexAll() on our thread pool
commit0c5e5d9bacfc680a38e5e225309578f741ab0c6e
authorEdwin Smith <smith@fb.com>
Fri, 5 Aug 2022 15:43:41 +0000 (5 08:43 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 5 Aug 2022 15:43:41 +0000 (5 08:43 -0700)
tree047b4d731ddf13cafdd7e540b3edc0282b7a55ae
parent687fcd1e8c7222f3ff860f3df7a68a1b8c53651a
schedule indexAll() on our thread pool

Summary:
A missing schedulOn() call caused indexAll()'s filesystem walking to
be single threaded, which is slow.

Reviewed By: ricklavoie

Differential Revision: D38456453

fbshipit-source-id: 143ea12339bb4e822ca08b2c1ce65d3d62f9a916
hphp/compiler/package.cpp