mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
✏️ typo [skip ci]
This commit is contained in:
parent
599093c147
commit
4ad8e9ed4a
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user