Drop dead maxWorkers/minWorkers under forks pool

Greptile summary flagged these as misleading: with pool: 'forks' the
active concurrency knobs are poolOptions.forks.maxForks/minForks, so the
top-level maxWorkers/minWorkers do nothing here.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta
2026-04-24 15:07:55 -05:00
parent 91ded61b3b
commit 4f2331cb34

View File

@@ -5,8 +5,6 @@ export default defineConfig({
environment: "node", environment: "node",
isolate: true, isolate: true,
maxConcurrency: 1, maxConcurrency: 1,
maxWorkers: 1,
minWorkers: 1,
pool: "forks", pool: "forks",
poolOptions: { poolOptions: {
forks: { forks: {