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.
idleTimeout
1 parent d657609 commit 8cccf38Copy full SHA for 8cccf38
packages/angular/build/src/utils/worker-pool.ts
@@ -15,7 +15,7 @@ export class WorkerPool extends Piscina {
15
constructor(options: WorkerPoolOptions) {
16
const piscinaOptions: WorkerPoolOptions = {
17
minThreads: 1,
18
- idleTimeout: 1000,
+ idleTimeout: 4_000,
19
// Web containers do not support transferable objects with receiveOnMessagePort which
20
// is used when the Atomics based wait loop is enable.
21
atomics: process.versions.webcontainer ? 'disabled' : 'sync',
0 commit comments