mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
🐛 Index fixing should not be performed before data synchronization https://github.com/siyuan-note/siyuan/issues/10761
This commit is contained in:
parent
2c1e8966e7
commit
0322e022f1
4 changed files with 19 additions and 4 deletions
|
|
@ -1330,6 +1330,9 @@ func syncRepo(exit, byHand bool) (dataChanged bool, err error) {
|
|||
autoSyncErrCount = 0
|
||||
|
||||
processSyncMergeResult(exit, byHand, mergeResult, trafficStat, "a", elapsed)
|
||||
|
||||
// 首次数据同步执行完成后再执行索引订正 Index fixing should not be performed before data synchronization https://github.com/siyuan-note/siyuan/issues/10761
|
||||
checkIndex()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue