mirror of https://github.com/artifacthub/hub.git
Update container images concurrency settings (#2613)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
0fe0843e12
commit
fd9dba24e0
|
|
@ -28,7 +28,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Number of tags processed concurrently
|
// Number of tags processed concurrently
|
||||||
concurrency = 10
|
concurrency = 1
|
||||||
|
|
||||||
// Annotations based on OCI pre-defined annotation keys
|
// Annotations based on OCI pre-defined annotation keys
|
||||||
// https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
// https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue