Explorar o código

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

Liang Ding %!s(int64=2) %!d(string=hai) anos
pai
achega
373f6b16e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/model/box.go

+ 1 - 1
kernel/model/box.go

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