diff --git a/next.config.js b/next.config.js index f75d8061b..b074155b9 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,9 @@ const PROD_OPTIMIZATIONS = IS_DEV ? {} : { experimental: { - cpus: 1, + workerThreads: true, + cpus: 2, + sharedPool: true, }, };