You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying a function using lagon deploy, assets (if a --public directory is specified) are uploaded through S3 sequentially. This step can be faster by uploading assets in parallel, either using rayon or spawning tokio threads and joining them together.
When deploying a function using
lagon deploy
, assets (if a--public
directory is specified) are uploaded through S3 sequentially. This step can be faster by uploading assets in parallel, either using rayon or spawning tokio threads and joining them together.lagon/crates/cli/src/utils/deployments.rs
Line 391 in 75ca4b5
The text was updated successfully, but these errors were encountered: