use Parallel Frontends
If true, the ASTs for the source files are parsed in parallel, but the passes afterwards will still run in a single thread. This speeds up initial parsing but makes sure that further graph enrichment algorithms remain correct. Please make sure to also set .typeSystemActiveInFrontend to false to avoid probabilistic errors that appear depending on the parsing order.
Parameters
b
the new value