From f4caad0aabe142156ad58d7a10d4fcb1d8e850da Mon Sep 17 00:00:00 2001 From: Thomas Bouldin Date: Mon, 31 Oct 2022 14:28:36 -0700 Subject: [PATCH] Remove outdated comment --- src/deploy/functions/prepare.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/deploy/functions/prepare.ts b/src/deploy/functions/prepare.ts index cb66dc06685..876a434ee16 100644 --- a/src/deploy/functions/prepare.ts +++ b/src/deploy/functions/prepare.ts @@ -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";