Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Oct 31, 2022
1 parent 46a9fc3 commit f4caad0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/deploy/functions/prepare.ts
Expand Up @@ -327,10 +327,7 @@ export function inferDetailsFromExisting(

// N.B. concurrency has different defaults based on CPU. If the customer
// only specifies CPU and they change that specification to < 1, we should
// turn off concurrency. We'll not do the opposite and turn on concurrency
// if there are >1 CPU because this could expose race conditions. They
// either need to start on concurrency where they've always needed to
// handle race conditions, or they should explicitly enable.
// turn off concurrency.
// We'll hanndle this in setCpuAndConcurrency

wantE.securityLevel = haveE.securityLevel ? haveE.securityLevel : "SECURE_ALWAYS";
Expand Down

0 comments on commit f4caad0

Please sign in to comment.