We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497fc46 commit 170f8f3Copy full SHA for 170f8f3
1 file changed
ClashX/General/Utils/ClashStatusTool.swift
@@ -25,7 +25,7 @@ actor ClashStatusTool {
25
return
26
}
27
28
- if let time = lastPortWasZero?.timeIntervalSinceNow, time < -1 {
+ if let time = lastPortWasZero?.timeIntervalSinceNow, time < -2 {
29
let alert = NSAlert()
30
alert.messageText = NSLocalizedString("ClashX Start Error!", comment: "")
31
alert.informativeText = NSLocalizedString("Ports Open Fail, Please try to restart ClashX", comment: "")
0 commit comments