()
| 278 | } |
| 279 | |
| 280 | func defaultConfig() *transferConfig { |
| 281 | return &transferConfig{ |
| 282 | MaxConcurrentDownloads: 3, |
| 283 | MaxConcurrentUploadedLayers: 3, |
| 284 | MaxConcurrentUnpacks: 1, |
| 285 | CheckPlatformSupported: false, |
| 286 | } |
| 287 | } |
no outgoing calls
searching dependent graphs…