mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54: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,
|
interval: 60,
|
||||||
retryInterval: this.interval,
|
retryInterval: this.interval,
|
||||||
resendInterval: 0,
|
resendInterval: 0,
|
||||||
maxretries: 0,
|
maxretries: 1,
|
||||||
notificationIDList: {},
|
notificationIDList: {},
|
||||||
ignoreTls: false,
|
ignoreTls: false,
|
||||||
upsideDown: false,
|
upsideDown: false,
|
||||||
|
|
Loading…
Reference in a new issue