Skip to content

Commit 3aa7c58

Browse files
committed
Increasing debouce time
1 parent 6273aad commit 3aa7c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const artifactTypeSource = 'SourceCode'
232232

233233
export const codeScanFindingsSchema = 'codescan/findings/1.0'
234234

235-
export const autoScanDebounceDelaySeconds = 15
235+
export const autoScanDebounceDelaySeconds = 30
236236

237237
export const codewhispererDiagnosticSourceLabel = 'Amazon Q '
238238

0 commit comments

Comments
 (0)