Skip to content

Commit

Permalink
Merge branch 'feldspar-s3-page-not-found' of github.com:eyra/mono int…
Browse files Browse the repository at this point in the history
…o feldspar-s3-page-not-found
  • Loading branch information
mellelieuwes committed Nov 23, 2023
2 parents 1c5c1e6 + cfdac07 commit 109bf9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/systems/feldspar/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ defmodule Systems.Feldspar.S3 do

contents
|> Enum.map(fn {:zip_file, file, info, _, _, _} -> {file, info} end)
|> Task.async_stream(&upload_file(&1, zip_handle, target, s3_settings()), max_concurrency: 10, timeout: 60000)
|> Task.async_stream(&upload_file(&1, zip_handle, target, s3_settings()),
max_concurrency: 10,
timeout: 60000
)
|> Stream.run()
end

Expand Down

0 comments on commit 109bf9d

Please sign in to comment.