Limit static generation to 4 workers for Docker builds
All checks were successful
Build and Deploy / deploy (push) Successful in -29s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Tim Hadwen
2026-03-06 23:03:22 +10:00
parent 4b2757237e
commit a40ba035e6

View File

@@ -4,6 +4,7 @@ const nextConfig: NextConfig = {
output: "standalone",
staticPageGenerationTimeout: 300,
experimental: {
cpus: 4,
staticGenerationMaxConcurrency: 8,
staticGenerationMinPagesPerWorker: 25,
},