mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Change Retries
from 0
to 1
This commit is contained in:
parent
aeb2feacd3
commit
e8d48561fc
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ message HealthCheckResponse {
|
|||
interval: 60,
|
||||
retryInterval: this.interval,
|
||||
resendInterval: 0,
|
||||
maxretries: 0,
|
||||
maxretries: 1,
|
||||
notificationIDList: {},
|
||||
ignoreTls: false,
|
||||
upsideDown: false,
|
||||
|
|
Loading…
Reference in a new issue