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