mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 索引嵌入块内容可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7213
This commit is contained in:
parent
70e2cd3987
commit
2a33253591
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) || 7 < errCount {
|
||||
if (confLimit && limit < count) || 3 < errCount {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue