From b71606fb354b2b88ee6e5dea797d4f62d77936aa Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Wed, 28 Sep 2022 20:53:36 -0400 Subject: [PATCH] Flow: remove max_workers setting This was added back in #17880 to make CI pass for an unrelated change. Submitting this PR to see if this is still needed to pass on CI. A lot of things have changed since. --- scripts/flow/config/flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/flow/config/flowconfig b/scripts/flow/config/flowconfig index bdd313dbd5dd9..d3afc676726f7 100644 --- a/scripts/flow/config/flowconfig +++ b/scripts/flow/config/flowconfig @@ -39,7 +39,6 @@ untyped-type-import=error [options] -server.max_workers=4 esproposal.class_static_fields=enable esproposal.class_instance_fields=enable esproposal.optional_chaining=enable