mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Improve history database index https://github.com/siyuan-note/siyuan/issues/8506
This commit is contained in:
parent
eb941b36e4
commit
073af9a310
9 changed files with 16 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue