tencentcloud-sdk-nodejs-teo 4.1.227 → 4.1.234
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1695,11 +1695,11 @@ export interface HealthChecker {
|
|
|
1695
1695
|
*/
|
|
1696
1696
|
Port?: number;
|
|
1697
1697
|
/**
|
|
1698
|
-
*
|
|
1698
|
+
* 检查频率,表示多久发起一次健康检查任务,单位为秒。可配置 10-600 秒。
|
|
1699
1699
|
*/
|
|
1700
1700
|
Interval?: number;
|
|
1701
1701
|
/**
|
|
1702
|
-
*
|
|
1702
|
+
* 每一次健康检查的超时时间,若健康检查消耗时间大于此值,则检查结果判定为“不健康”, 单位为秒,默认值为 5s,取值必须小于 Interval。
|
|
1703
1703
|
*/
|
|
1704
1704
|
Timeout?: number;
|
|
1705
1705
|
/**
|