fluxcd / pkg

Toolkit common packages
https://pkg.go.dev/github.com/fluxcd/pkg
Apache License 2.0
45 stars 84 forks source link

Enable pulling large files in parallel #738

Open souleb opened 4 months ago

souleb commented 4 months ago

This is an attempt to better meet the expectation of users that pull large files.

If implemented this will permit to pull concurrently chunks of a given artifact layer. Max concurrency is 10 at the moment.

This feature only works for registries that allow range requests.