From c320012b2cab0cc6e28625ddedd766f83fa20075 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Wed, 26 Jun 2024 17:44:47 +0800 Subject: [PATCH] add (#2575) --- docs-2.0-en/import-export/use-importer.md | 2 +- docs-2.0-zh/import-export/use-importer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0-en/import-export/use-importer.md b/docs-2.0-en/import-export/use-importer.md index 14d8bd89a38..d59cc6e5b88 100644 --- a/docs-2.0-en/import-export/use-importer.md +++ b/docs-2.0-en/import-export/use-importer.md @@ -181,7 +181,7 @@ client: |`client.ssl.caPath`|-|No| Specifies the storage path for the CA root certificate.
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.| diff --git a/docs-2.0-zh/import-export/use-importer.md b/docs-2.0-zh/import-export/use-importer.md index bcd78c8669a..c7d36dfaf6d 100644 --- a/docs-2.0-zh/import-export/use-importer.md +++ b/docs-2.0-zh/import-export/use-importer.md @@ -182,7 +182,7 @@ client: |`client.ssl.caPath`|-|否|指定 CA 根证书的存储路径。
开启 SSL 认证后该参数必填。| |`client.ssl.insecureSkipVerify`|`false`|否|指定是否跳过验证服务端的证书链和主机名。如果设置为`true`,则接受服务端提供的任何证书链和主机名。| |`client.concurrencyPerAddress`|`10`|否|单个 Graph 服务的客户端并发连接数。| -|`client.retryInitialInterval`|`1s`|否|重连间隔时间。| +|`client.reconnectInitialInterval`|`1s`|否|重连间隔时间。| |`client.retry`|`3`|否|nGQL 语句执行失败的重试次数。| |`client.retryInitialInterval`|`1s`|否|重试间隔时间。|