From 0fa36ad258146dbd33e45a42e7f8530c6e64dbcc Mon Sep 17 00:00:00 2001 From: "gcf-merge-on-green[bot]" <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 01:24:20 +0000 Subject: [PATCH] build: update linkinator config (#386) --- packages/google-cloud-language/linkinator.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-language/linkinator.config.json b/packages/google-cloud-language/linkinator.config.json index b555215ca02..29a223b6db6 100644 --- a/packages/google-cloud-language/linkinator.config.json +++ b/packages/google-cloud-language/linkinator.config.json @@ -4,5 +4,7 @@ "https://codecov.io/gh/googleapis/", "www.googleapis.com", "img.shields.io" - ] + ], + "silent": true, + "concurrency": 10 }