Closed rudolfix closed 2 months ago
Name | Link |
---|---|
Latest commit | b6a6bf751a30222210b96335dc4640132af239ac |
Latest deploy log | https://app.netlify.com/sites/dlt-hub-docs/deploys/66d62edee7216800088ec80f |
Deploy Preview | https://deploy-preview-1779--dlt-hub-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
Concurrent blob uploads
dlt
limits the number of concurrent connections for a single uploaded blob to 1. By defaultadlfs
that we use, splits blobs into 4 MB chunks and uploads them concurrently which leads to gigabytes of used memory and thousands of connections for a larger load packages. You can increase the maximum concurrency as follows: