Skip to content

Commit

Permalink
fix: Reduced max size of each binary chunk to 40M
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh committed Nov 24, 2022
1 parent 0fff4a4 commit 9fed4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/components/common_components/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export const CONSTANTS = {


// ------ AddOns -------------------- //
MAX_CONTENT_VERSION_PROCESSING_MEMORY_SIZE: 50000000,
MAX_CONTENT_VERSION_PROCESSING_MEMORY_SIZE: 40000000,


// ------- Headers ------------------ //
Expand Down

0 comments on commit 9fed4a0

Please sign in to comment.