Skip to content

Commit 5963333

Browse files
committed
TEST COMMIT: enable evaluator fine-grained parallelism
1 parent a3795eb commit 5963333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const featureConfig: Record<
8181
[Feature.EvaluatorFineGrainedParallelismEnabled]: {
8282
envVar: "CODEQL_EVALUATOR_FINE_GRAINED_PARALLELISM",
8383
minimumVersion: CODEQL_VERSION_FINE_GRAINED_PARALLELISM,
84-
defaultValue: false,
84+
defaultValue: true,
8585
},
8686
[Feature.ExportDiagnosticsEnabled]: {
8787
envVar: "CODEQL_ACTION_EXPORT_DIAGNOSTICS",

0 commit comments

Comments
 (0)