Skip to content

Commit bdca8e1

Browse files
committed
feat: fix size caculation
Signed-off-by: seven <zilisheng1996@gmail.com>
1 parent fa937ec commit bdca8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CODE_ZIP_SIZE_LIMIT = 15 * 1024 * 1024;
1+
export const CODE_ZIP_SIZE_LIMIT = 15 * 1000 * 1000;

0 commit comments

Comments
 (0)