From fd9dba24e06f5d8f18b764a4a62b0ab2c8f3be85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Wed, 14 Dec 2022 17:22:22 +0100 Subject: [PATCH] Update container images concurrency settings (#2613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- internal/tracker/source/container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tracker/source/container/container.go b/internal/tracker/source/container/container.go index 2ffd88c0..3d6cd788 100644 --- a/internal/tracker/source/container/container.go +++ b/internal/tracker/source/container/container.go @@ -28,7 +28,7 @@ import ( const ( // Number of tags processed concurrently - concurrency = 10 + concurrency = 1 // Annotations based on OCI pre-defined annotation keys // https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys