Skip to content

Commit

Permalink
Increase group within size (#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski authored Apr 30, 2024
1 parent c1c3e3c commit a7b9e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object S3FileOperations {
StreamConverter(
client
.readFile(bucket, URLDecoder.decode(path.toString, UTF_8.toString))
.groupWithin(8192, 1.second)
.groupWithin(81920, 1.second)
.map(bytes => ByteString(bytes.toArray))
)
)
Expand Down

0 comments on commit a7b9e3f

Please sign in to comment.