Skip to content

Commit

Permalink
500 → 512 for the God of power of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 17, 2024
1 parent f991cac commit 7cd6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/tart/OCI/Layerizer/DiskV2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import System

class DiskV2: Disk {
private static let bufferSizeBytes = 4 * 1024 * 1024
private static let layerLimitBytes = 500 * 1024 * 1024
private static let layerLimitBytes = 512 * 1024 * 1024

static func push(diskURL: URL, registry: Registry, chunkSizeMb: Int, progress: Progress) async throws -> [OCIManifestLayer] {
var pushedLayers: [OCIManifestLayer] = []
Expand Down

0 comments on commit 7cd6411

Please sign in to comment.