healchow commented on code in PR #710:
URL: https://github.com/apache/inlong-website/pull/710#discussion_r1133422201


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/mongodb-cdc.md:
##########
@@ -126,11 +126,15 @@ TODO: 未来会支持
 | collection                | 必须         | (none)     | String   | 
数据库中要监视更改的集合的名称。                             |
 | connection.options        | 可选         | (none)     | String   | MongoDB的 & 
分隔[连接选项](https://docs.mongodb.com/manual/reference/connection-string/#std-label-connections-connection-options)。例如。`replicaSet=test&connectTimeoutMS=300000`
 |
 | copy.existing             | 可选         | true       | Boolean  | 
是否从源集合中复制现有数据。                                 |
-| copy.existing.queue.size  | 可选         | 10240      | Integer  | 
执行数据复制时使用的线程数。                                 |
+| copy.existing.queue.size  | 可选         | 10240      | Integer  | 
执行数据复制时使用的线程。数。                                 |

Review Comment:
   ```suggestion
   | copy.existing.queue.size  | 可选         | 10240      | Integer  | 
执行数据复制时使用的线程数。                                 |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to