Skip to content

Commit

Permalink
update worker to 20 parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalfishler committed Sep 12, 2023
1 parent db572fe commit f6232d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "turbo run test",
"watch": "turbo run watch",
"webhook": "./packages/cli/bin/n8n webhook",
"worker": "./packages/cli/bin/n8n worker",
"worker": "./packages/cli/bin/n8n worker --concurrency=20",
"cypress:install": "cypress install",
"cypress:open": "CYPRESS_BASE_URL=http://localhost:8080 cypress open",
"test:e2e:ui": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress open'",
Expand Down

0 comments on commit f6232d9

Please sign in to comment.