🎨 Index fixing should not be performed before data synchronization https://github.com/siyuan-note/siyuan/issues/10761

This commit is contained in:
Daniel 2024-05-20 10:11:25 +08:00
parent b148f646ca
commit 5c52abc802
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1338,7 +1338,7 @@ func syncRepo(exit, byHand bool) (dataChanged bool, err error) {
if !exit {
// 首次数据同步执行完成后再执行索引订正 Index fixing should not be performed before data synchronization https://github.com/siyuan-note/siyuan/issues/10761
checkIndex()
go checkIndex()
}
return
}