From cc186f3707731faa5420d95babda9b171f5ebee2 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Sun, 1 Feb 2026 22:33:55 -0500 Subject: [PATCH] update --- .github/workflows/process-historical-faa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-historical-faa.yaml b/.github/workflows/process-historical-faa.yaml index 10756b6..d696020 100644 --- a/.github/workflows/process-historical-faa.yaml +++ b/.github/workflows/process-historical-faa.yaml @@ -60,7 +60,7 @@ jobs: needs: [generate-matrix, clone-faa-repo] runs-on: ubuntu-latest strategy: - max-parallel: 10 # Process 10 chunks at a time + max-parallel: 256 # GitHub Actions maximum matrix: range: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} steps: