✏️ typo [skip ci]
This commit is contained in:
parent
599093c147
commit
4ad8e9ed4a
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user