docs: update pool_size doc
This commit is contained in:
parent
522e091dd2
commit
c7ac55520d
|
@ -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: "连接池大小"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue