Browse Source

:bug: 折叠标题移动到下方后触发状态异常并导致数据丢失 Fix https://github.com/siyuan-note/siyuan/issues/7163

Liang Ding 2 years ago
parent
commit
373f6b16e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/box.go

+ 1 - 1
kernel/model/box.go

@@ -507,7 +507,7 @@ func FullReindex() {
 }
 
 func fullReindex() {
-	util.PushMsg(Conf.Language(35), 60*1000*10)
+	util.PushMsg(Conf.Language(35), 7*1000)
 	WaitForWritingFiles()
 
 	if err := sql.InitDatabase(true); nil != err {