🔇 logging
This commit is contained in:
parent
47f9a6b303
commit
891541ad1b
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ func selectBlocksRawStmt(stmt string, limit int) (ret []*Block) {
|
|||
errCount++
|
||||
}
|
||||
|
||||
if (confLimit && limit < count) || 2 < errCount {
|
||||
if (confLimit && limit < count) || 1 < errCount {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue