Skip to content

Commit 2f07453

Browse files
Merge staging into feature/lambda-get-started
2 parents 9c2c6ee + 110363e commit 2f07453

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
@@ -216,7 +216,7 @@ export const fileScanPayloadSizeLimitBytes = 200 * Math.pow(2, 10) // 200 KB
216216

217217
export const fileScanUploadIntent = 'AUTOMATIC_FILE_SECURITY_SCAN'
218218

219-
export const projectScanPayloadSizeLimitBytes = 500 * Math.pow(2, 20) // 500 MB
219+
export const projectScanPayloadSizeLimitBytes = 1 * Math.pow(2, 30) // 1GB
220220

221221
export const projectScanUploadIntent = 'FULL_PROJECT_SECURITY_SCAN'
222222

0 commit comments

Comments
 (0)