Skip to content

Commit 25e096a

Browse files
committed
chore: try lowering concurrency
1 parent 5b00e14 commit 25e096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turbo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { spawnProcess } = require("../utils/spawn-process");
33
const path = require("path");
44

55
const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } = {}) => {
6-
const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=hash-only"];
6+
const command = ["turbo", "run", task, "--concurrency=10", "--output-logs=hash-only"];
77
command.push(...args);
88
const turboRoot = path.join(__dirname, "..", "..");
99
try {

0 commit comments

Comments
 (0)