suppress big file particular case
commit68a4c9793eb5d52503cb23f3682bb1c8220b1865
authorPhilippe Bidinger <pbidinger@fb.com>
Mon, 12 Sep 2022 15:32:33 +0000 (12 08:32 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 12 Sep 2022 15:32:33 +0000 (12 08:32 -0700)
tree47573360b65b0bb1e383f2b4bfecbf5e6768c101
parent3f048a6865ce7f9815afa0e471c539dbb652ec64
suppress big file particular case

Summary:
The hack indexer generates json files, currently 115 files per json file.

There's an exception for files with more than  2000 decl / file. These files are split into two json files, one for  xrefs, on for decls.

This is legacy code which isn't exercised. Not exposing this separation makes the code simpler.

Reviewed By: simonmar

Differential Revision: D39027593

fbshipit-source-id: 1d8a59acbe9323ac5a147155059d029b6f33b333
hphp/hack/src/typing/write_symbol_info/symbol_entrypoint.ml
hphp/hack/src/typing/write_symbol_info/symbol_index_batch.ml
hphp/hack/src/typing/write_symbol_info/symbol_index_batch.mli