change: remove ios health check

This commit is contained in:
debugtalk
2022-09-27 18:45:56 +08:00
parent 8b2ee45c45
commit 8710213ff8
2 changed files with 2 additions and 18 deletions

View File

@@ -10,9 +10,8 @@ import (
)
var (
DefaultWaitTimeout = 60 * time.Second
DefaultWaitInterval = 400 * time.Millisecond
DefaultKeepAliveInterval = 30 * time.Second
DefaultWaitTimeout = 60 * time.Second
DefaultWaitInterval = 400 * time.Millisecond
)
type AlertAction string