mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
4fd89b759f
1 changed files with 2 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ func FullReindex() {
|
|||
}
|
||||
|
||||
func fullReindex() {
|
||||
util.PushMsg(Conf.Language(35), 7*1000)
|
||||
msgId := util.PushMsg(Conf.Language(35), 7*1000)
|
||||
WaitForWritingFiles()
|
||||
|
||||
if err := sql.InitDatabase(true); nil != err {
|
||||
|
|
@ -520,6 +520,7 @@ func fullReindex() {
|
|||
runtime.GC()
|
||||
go func() {
|
||||
time.Sleep(3 * time.Second)
|
||||
util.PushClearMsg(msgId)
|
||||
util.PushStatusBar(Conf.Language(108))
|
||||
}()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue