Skip to content

Commit 5223316

Browse files
committed
maybe math is wrong?
1 parent 3621378 commit 5223316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.NET.Build.Containers/Registry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Registry(Uri baseUri)
3535
/// 5 MB is chosen because it's the limit that works with all registries we tested -
3636
/// notably Amazon Elastic Container Registry requires 5MB chunks for all but the last chunk.
3737
/// </remarks>
38-
public readonly int MaxChunkSizeBytes => 5 * 1024 * 1024;
38+
public readonly int MaxChunkSizeBytes => 5248080; //5 * 1024 * 1024;
3939

4040
/// <summary>
4141
/// Check to see if the registry is for Amazon Elastic Container Registry (ECR).

0 commit comments

Comments
 (0)