From bdca8e1b8db57dc0e2106ff4d24784d8e98770ef Mon Sep 17 00:00:00 2001 From: seven Date: Tue, 3 Dec 2024 22:34:20 +0800 Subject: [PATCH] feat: fix size caculation Signed-off-by: seven --- src/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;