diff --git a/src/common/constants.ts b/src/common/constants.ts index 89e19aee..5dbf14e2 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1 +1 @@ -export const CODE_ZIP_SIZE_LIMIT = 15 * 1024 * 1024; +export const CODE_ZIP_SIZE_LIMIT = 15 * 1000 * 1000;