Limit static generation to 4 workers for Docker builds
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
co-authored by Claude Opus 4.6
parent 4b2757237e
commit a40ba035e6
+1
View File
@@ -4,6 +4,7 @@ const nextConfig: NextConfig = {
output: "standalone",
staticPageGenerationTimeout: 300,
experimental: {
cpus: 4,
staticGenerationMaxConcurrency: 8,
staticGenerationMinPagesPerWorker: 25,
},