Skip to content

Commit

Permalink
update: increase max_bundle_byte_size.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Oct 4, 2023
1 parent f15a68f commit aa2562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/protocol/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const REFRESH_TIME = 10 * 1000;
export const ERROR_IDLE_TIME = 10 * 1000;

// the max bundle size allowed to upload - currently 100MB
export const MAX_BUNDLE_BYTE_SIZE = 100 * 1024 * 1024;
export const MAX_BUNDLE_BYTE_SIZE = 200 * 1024 * 1024;

// a vote map to allow human readable votes
export const VOTE = {
Expand Down

0 comments on commit aa2562a

Please sign in to comment.