🔇 logging

This commit is contained in:
Liang Ding 2023-02-01 14:43:04 +08:00
parent 47f9a6b303
commit 891541ad1b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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
}
}