Skip to content

Commit

Permalink
Merge pull request #547 from imeoer/stable/v0.13-backport
Browse files Browse the repository at this point in the history
[backport v0.13] converter: fix missed BatchSize arg for dir-rafs packing
  • Loading branch information
changweige authored Oct 19, 2023
2 parents f4b0dca + af09992 commit 0dfc6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/converter/convert_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ func packFromDirectory(ctx context.Context, dest io.Writer, opt PackOption, buil
PrefetchPatterns: opt.PrefetchPatterns,
AlignedChunk: opt.AlignedChunk,
ChunkSize: opt.ChunkSize,
BatchSize: opt.BatchSize,
Compressor: opt.Compressor,
Timeout: opt.Timeout,
Encrypt: opt.Encrypt,
Expand Down

0 comments on commit 0dfc6a4

Please sign in to comment.