🐛 索引嵌入块内容可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7213

This commit is contained in:
Liang Ding 2023-02-01 09:54:07 +08:00
parent 70e2cd3987
commit 2a33253591
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) || 7 < errCount {
if (confLimit && limit < count) || 3 < errCount {
break
}
}