From ed9786a0deebe957b304dae860ff574080002ec2 Mon Sep 17 00:00:00 2001 From: geoffrey1330 Date: Fri, 18 Oct 2024 01:29:52 +0100 Subject: [PATCH] remove concurrency 2 to golangci.yml --- scripts/golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golangci.yml b/scripts/golangci.yml index c9648cd..5118652 100644 --- a/scripts/golangci.yml +++ b/scripts/golangci.yml @@ -11,7 +11,7 @@ # options for analysis running run: # The default concurrency value is the number of available CPU. - concurrency: 2 + # concurrency: 2 # timeout for analysis, e.g. 30s, 5m, default is 1m timeout: 5m