Skip to content

Commit

Permalink
feat: fix size caculation
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Dec 3, 2024
1 parent fa937ec commit bdca8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CODE_ZIP_SIZE_LIMIT = 15 * 1024 * 1024;
export const CODE_ZIP_SIZE_LIMIT = 15 * 1000 * 1000;

0 comments on commit bdca8e1

Please sign in to comment.