MCPcopy Index your code
hub / github.com/containerd/containerd / defaultConfig

Function defaultConfig

plugins/transfer/plugin.go:280–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278}
279
280func defaultConfig() *transferConfig {
281 return &transferConfig{
282 MaxConcurrentDownloads: 3,
283 MaxConcurrentUploadedLayers: 3,
284 MaxConcurrentUnpacks: 1,
285 CheckPlatformSupported: false,
286 }
287}

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…