mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-28 22:30:23 -05:00
🎨 Improve history database index https://github.com/siyuan-note/siyuan/issues/8506
This commit is contained in:
@@ -83,7 +83,8 @@ func FlushHistoryQueue() {
|
||||
if err = execHistoryOp(op, tx, context); nil != err {
|
||||
tx.Rollback()
|
||||
logging.LogErrorf("queue operation failed: %s", err)
|
||||
continue
|
||||
util.PushMsg("History database index failed, please try to manually rebuild it in [Data history - File history]", 5000)
|
||||
return
|
||||
}
|
||||
|
||||
if err = commitHistoryTx(tx); nil != err {
|
||||
|
||||
Reference in New Issue
Block a user