mirror of
https://github.com/paperclipai/paperclip
synced 2026-04-25 17:25:15 +02:00
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:
@@ -5,8 +5,6 @@ export default defineConfig({
|
||||
environment: "node",
|
||||
isolate: true,
|
||||
maxConcurrency: 1,
|
||||
maxWorkers: 1,
|
||||
minWorkers: 1,
|
||||
pool: "forks",
|
||||
poolOptions: {
|
||||
forks: {
|
||||
|
||||
Reference in New Issue
Block a user