From 6ae90aa716ac5df450f9cf113aa7a9f8b610c68a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 5 Mar 2020 17:25:46 -0800 Subject: [PATCH] build: update linkinator config (#40) --- packages/google-cloud-recommender/linkinator.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-recommender/linkinator.config.json b/packages/google-cloud-recommender/linkinator.config.json index b555215ca02..29a223b6db6 100644 --- a/packages/google-cloud-recommender/linkinator.config.json +++ b/packages/google-cloud-recommender/linkinator.config.json @@ -4,5 +4,7 @@ "https://codecov.io/gh/googleapis/", "www.googleapis.com", "img.shields.io" - ] + ], + "silent": true, + "concurrency": 10 }