mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-24 03:49:49 -05:00
🎨 Improve the status bar index creation information prompt https://github.com/siyuan-note/siyuan/issues/15390
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import (
|
||||
func StartCron() {
|
||||
go every(100*time.Millisecond, task.ExecTaskJob)
|
||||
go every(100*time.Millisecond, task.ExecAsyncTaskJob)
|
||||
go every(5*time.Second, task.StatusJob)
|
||||
go every(7*time.Second, task.StatusJob)
|
||||
go every(5*time.Second, model.SyncDataJob)
|
||||
go every(2*time.Hour, model.StatJob)
|
||||
go every(6*time.Hour, util.RefreshRhyResultJob, "RefreshRhyResultJob")
|
||||
|
||||
@@ -679,6 +679,7 @@ func FullReindex() {
|
||||
func fullReindex() {
|
||||
pushSQLInsertBlocksFTSMsg = true
|
||||
defer func() {
|
||||
sql.FlushQueue()
|
||||
pushSQLInsertBlocksFTSMsg = false
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user