Skip to content

Commit

Permalink
Increase unzip stream limit for larger package lists
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Mar 3, 2025
1 parent a0ff972 commit f52aa21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public extension ByteBuffer {
standardInput: [self].async,
collectStandardOutput: true,
collectStandardError: false,
perStreamCollectionLimitBytes: 20 * 1024 * 1024
perStreamCollectionLimitBytes: 100 * 1024 * 1024
)

try result.exitReason.throwIfNonZero()
Expand Down

0 comments on commit f52aa21

Please sign in to comment.