docs: update pool_size doc

This commit is contained in:
Zaiming (Stone) Shi 2023-01-12 14:53:01 +01:00
parent 522e091dd2
commit c7ac55520d
1 changed files with 3 additions and 3 deletions

View File

@ -35,11 +35,11 @@ emqx_connector_schema_lib {
pool_size { pool_size {
desc { desc {
en: "Size of the connection pool." en: "Size of the connection pool towards the bridge target service."
zh: "连接池大小。" zh: "桥接远端服务时使用的连接池大小。"
} }
label: { label: {
en: "Pool Size" en: "Connection Pool Size"
zh: "连接池大小" zh: "连接池大小"
} }
} }