Skip to content

Commit 430c0e5

Browse files
bump size check
1 parent d3cf4af commit 430c0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -e
1111
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 5 \* 1024)
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 12 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)