Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-sjtu committed Jun 24, 2024
1 parent 1045721 commit 85920eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config-file/node-config-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 85920eb

Please sign in to comment.