fix: adjust concurrency

This commit is contained in:
Torsten Dittmann
2024-02-01 12:24:15 +01:00
parent a90d15ac80
commit 203b57ed43

View File

@@ -52,7 +52,7 @@ const config = {
$markdoc: './src/markdoc'
},
prerender: {
concurrency: 64
concurrency: 32
}
}
};