🔇 logging

This commit is contained in:
Liang Ding 2023-02-01 14:42:51 +08:00
parent 3dae651b4f
commit 47f9a6b303
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) || 3 < errCount {
if (confLimit && limit < count) || 2 < errCount {
break
}
}