We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6251d6c commit ca8ed91Copy full SHA for ca8ed91
next.config.js
@@ -4,7 +4,9 @@ const PROD_OPTIMIZATIONS = IS_DEV
4
? {}
5
: {
6
experimental: {
7
- cpus: 1,
+ workerThreads: true,
8
+ cpus: 2,
9
+ sharedPool: true,
10
},
11
};
12
0 commit comments