Skip to content

Commit

Permalink
Shrink ManifestEnvelope.MaxChunkSize to hold extended data (#87322)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-hujia authored Jun 13, 2023
1 parent d672a46 commit 9bcaff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6133,7 +6133,7 @@ private sealed class ChannelInfo
/// </summary>
internal struct ManifestEnvelope
{
public const int MaxChunkSize = 0xFF00;
public const int MaxChunkSize = 0xF700;
public enum ManifestFormats : byte
{
SimpleXmlFormat = 1, // simply dump the XML manifest as UTF8
Expand Down

0 comments on commit 9bcaff3

Please sign in to comment.