diff --git a/common/protocol/src/utils/constants.ts b/common/protocol/src/utils/constants.ts index c9b6478b..6e47197f 100644 --- a/common/protocol/src/utils/constants.ts +++ b/common/protocol/src/utils/constants.ts @@ -10,7 +10,7 @@ export const REFRESH_TIME = 10 * 1000; export const ERROR_IDLE_TIME = 10 * 1000; // the max bundle size allowed to upload - currently 200MB -export const MAX_BUNDLE_BYTE_SIZE = 200 * 1024 * 1024; +export const MAX_BUNDLE_BYTE_SIZE = 100 * 1024 * 1024; // the max compression size - currently 2GB export const MAX_COMPRESSION_BYTE_SIZE = 2 * 10 ** 9;