mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 13:43:33 +03:00
fix: DisableKeepAlive default value of android (#1690)
This commit is contained in:
parent
9de9f1ef51
commit
5a24efdabf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func KeepAliveInterval() time.Duration {
|
|||
|
||||
func SetDisableKeepAlive(disable bool) {
|
||||
if runtime.GOOS == "android" {
|
||||
setDisableKeepAlive(false)
|
||||
setDisableKeepAlive(true)
|
||||
} else {
|
||||
setDisableKeepAlive(disable)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue