We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3795eb commit 5963333Copy full SHA for 5963333
src/feature-flags.ts
@@ -81,7 +81,7 @@ export const featureConfig: Record<
81
[Feature.EvaluatorFineGrainedParallelismEnabled]: {
82
envVar: "CODEQL_EVALUATOR_FINE_GRAINED_PARALLELISM",
83
minimumVersion: CODEQL_VERSION_FINE_GRAINED_PARALLELISM,
84
- defaultValue: false,
+ defaultValue: true,
85
},
86
[Feature.ExportDiagnosticsEnabled]: {
87
envVar: "CODEQL_ACTION_EXPORT_DIAGNOSTICS",
0 commit comments