From 5bb8a5cd74c7fccb73f045e1f7a418b194c8874d Mon Sep 17 00:00:00 2001 From: "xingqiang.yuan" Date: Mon, 24 Jun 2024 11:18:06 +0800 Subject: [PATCH] fix ci --- config/default.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/default.go b/config/default.go index 9a06ad3fef..050f8ac7c0 100644 --- a/config/default.go +++ b/config/default.go @@ -221,6 +221,8 @@ GasOffset = 80000 [Aggregator] Host = "0.0.0.0" Port = 50081 +Parallel = false +ParaCount = 0 RetryTime = "5s" VerifyProofInterval = "90s" TxProfitabilityCheckerType = "acceptall"