endpoint.maxConnectionsTotal
- 类型:<number>
跨所有远程地址的最大并发连接总数。0 表示无限(默认)。可以在构造时通过 maxConnectionsTotal 选项设置,并可随时动态更改。有效范围是 0 到 65535。
🌐 The maximum total number of concurrent connections across all remote
addresses. 0 means unlimited (default). Can be set at construction time via
the maxConnectionsTotal option and changed dynamically at any time.
The valid range is 0 to 65535.