We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3621378 commit 5223316Copy full SHA for 5223316
Microsoft.NET.Build.Containers/Registry.cs
@@ -35,7 +35,7 @@ public Registry(Uri baseUri)
35
/// 5 MB is chosen because it's the limit that works with all registries we tested -
36
/// notably Amazon Elastic Container Registry requires 5MB chunks for all but the last chunk.
37
/// </remarks>
38
- public readonly int MaxChunkSizeBytes => 5 * 1024 * 1024;
+ public readonly int MaxChunkSizeBytes => 5248080; //5 * 1024 * 1024;
39
40
/// <summary>
41
/// Check to see if the registry is for Amazon Elastic Container Registry (ECR).
0 commit comments