Skip to content

Commit

Permalink
fix(gcp-functions): Don't default set CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Jun 22, 2023
1 parent 0b66879 commit 1db4248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gcp-functions/src/executors/deploy/deploy.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function deployExecutor(
concurrency = 1,
cloudSqlInstance = null,
timeout = null,
cpu = 1
cpu
} = options

let runtime = options.runtime || 'nodejs20'
Expand Down

0 comments on commit 1db4248

Please sign in to comment.