Skip to content

Commit

Permalink
add (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChen2023 authored Jun 26, 2024
1 parent b622adf commit c320012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-2.0-en/import-export/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ client:
|`client.ssl.caPath`|-|No| Specifies the storage path for the CA root certificate.</br>This parameter is required when SSL authentication is enabled.|
|`client.ssl.insecureSkipVerify`|`false`|No|Specifies whether the client skips verifying the server's certificate chain and hostname. If set to `true`, any certificate chain and hostname provided by the server is accepted.|
|`client.concurrencyPerAddress`|`10`|No| The number of concurrent client connections for a single graph service.|
|`client.retryInitialInterval`|`1s`|No| Reconnect interval time.|
|`client.reconnectInitialInterval`|`1s`|No| Reconnect interval time.|
|`client.retry`|`3`|No| The number of retries for failed execution of the nGQL statement.|
|`client.retryInitialInterval`|`1s`|No| Retry interval time.|

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/import-export/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ client:
|`client.ssl.caPath`|-||指定 CA 根证书的存储路径。</br>开启 SSL 认证后该参数必填。|
|`client.ssl.insecureSkipVerify`|`false`||指定是否跳过验证服务端的证书链和主机名。如果设置为`true`,则接受服务端提供的任何证书链和主机名。|
|`client.concurrencyPerAddress`|`10`||单个 Graph 服务的客户端并发连接数。|
|`client.retryInitialInterval`|`1s`||重连间隔时间。|
|`client.reconnectInitialInterval`|`1s`||重连间隔时间。|
|`client.retry`|`3`||nGQL 语句执行失败的重试次数。|
|`client.retryInitialInterval`|`1s`||重试间隔时间。|

Expand Down

0 comments on commit c320012

Please sign in to comment.