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",
|
environment: "node",
|
||||||
isolate: true,
|
isolate: true,
|
||||||
maxConcurrency: 1,
|
maxConcurrency: 1,
|
||||||
maxWorkers: 1,
|
|
||||||
minWorkers: 1,
|
|
||||||
pool: "forks",
|
pool: "forks",
|
||||||
poolOptions: {
|
poolOptions: {
|
||||||
forks: {
|
forks: {
|
||||||
|
|||||||
Reference in New Issue
Block a user