// Maximum length of the length section of the messageexportconst MAX_LENGTH_LENGTH = 8; // Varint.encode(Number.MAX_SAFE_INTEGER).length// Maximum length of the data section of the messageexportconst MAX_DATA_LENGTH = 1024 * 1024 * 4;
//# sourceMappingURL=constants.js.map