From 85920ebe364818de52e9a07b213948b688224cef Mon Sep 17 00:00:00 2001 From: "xingqiang.yuan" Date: Mon, 24 Jun 2024 11:11:26 +0800 Subject: [PATCH] fix ci --- docs/config-file/node-config-doc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config-file/node-config-doc.md b/docs/config-file/node-config-doc.md index 4ece9c91a1..e4c78a4d0c 100644 --- a/docs/config-file/node-config-doc.md +++ b/docs/config-file/node-config-doc.md @@ -3930,9 +3930,11 @@ Password="testonly" **Description:** Configuration of the aggregator service | Property | Pattern | Type | Deprecated | Definition | Title/Description | -| --------------------------------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +|-----------------------------------------------------------------------------------------------------| ------- |---------| ---------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | - [Host](#Aggregator_Host ) | No | string | No | - | Host for the grpc server | | - [Port](#Aggregator_Port ) | No | integer | No | - | Port for the grpc server | +| - [Parallel](#Aggregator_Parallel ) | No | boolean | No | - | Parallel means send requests to prover in parallel | +| - [ParaCount](#Aggregator_ParaCount ) | No | integer | No | - | ParaCount means parallel count for sending requests to prover | | - [RetryTime](#Aggregator_RetryTime ) | No | string | No | - | Duration | | - [VerifyProofInterval](#Aggregator_VerifyProofInterval ) | No | string | No | - | Duration | | - [ProofStatePollingInterval](#Aggregator_ProofStatePollingInterval ) | No | string | No | - | Duration |