Skip to content

Commit e2fed05

Browse files
committed
Increase allowed layer package size.
1 parent 7bdc7d6 commit e2fed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -e
1111
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 8 \* 1024)
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 21 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 23 \* 1024)
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)