mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
fix DisableKeepAlive default value of android
This commit is contained in:
parent
9de9f1ef51
commit
09f31c82f7
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