mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
✏️ typo [skip ci]
This commit is contained in:
@@ -83,7 +83,7 @@ func main() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if agentConf.ReportDelay < 0 || agentConf.ReportDelay > 4 {
|
if agentConf.ReportDelay < 1 || agentConf.ReportDelay > 4 {
|
||||||
println("report-delay 的区间为 1-4")
|
println("report-delay 的区间为 1-4")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user