Change `Retries` from `0` to `1`

This commit is contained in:
Louis Lam 2023-04-01 01:45:16 +08:00
parent aeb2feacd3
commit e8d48561fc
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ message HealthCheckResponse {
interval: 60,
retryInterval: this.interval,
resendInterval: 0,
maxretries: 0,
maxretries: 1,
notificationIDList: {},
ignoreTls: false,
upsideDown: false,