Skip to content

Commit 3fd7339

Browse files
VED-242: Updated error messaging when search requests exceed 1MB limit
1 parent 273d76d commit 3fd7339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/backend/src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
GENERIC_SERVER_ERROR_DIAGNOSTICS_MESSAGE = "Unable to process request. Issue may be transient."
44
# Maximum response size for an AWS Lambda function
5-
MAX_RESPONSE_SIZE_BYTES = 6 * 1024 * 1024
5+
MAX_RESPONSE_SIZE_BYTES = 1 * 1024 * 1024

0 commit comments

Comments
 (0)