mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
d24e512f63
commit
039128e21c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ var (
|
|||
)
|
||||
|
||||
// checkIndex 自动校验数据库索引,仅在数据同步执行完成后执行一次。
|
||||
// Index fixing should not be performed before data synchronization https://github.com/siyuan-note/siyuan/issues/10761
|
||||
func checkIndex() {
|
||||
checkIndexOnce.Do(func() {
|
||||
if util.ContainerAndroid == util.Container || util.ContainerIOS == util.Container || util.ContainerHarmony == util.Container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue