Skip to content

v0.1.5

Compare
Choose a tag to compare
@mirkobrombin mirkobrombin released this 07 May 07:01
· 30 commits to main since this release

It is now possible to configure max parallel downloads while instancing:

pmt, err := prometheus.NewPrometheus(
    "storage", // root
    "overlay", // graphDriverName
    2, // maxParallelDownloads
)

Full Changelog: v0.1.4...v0.1.5