🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842
This commit is contained in:
parent
99a2d32abf
commit
f85c2fcc1f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func StartCron() {
|
|||
go every(util.SQLFlushInterval, sql.FlushTxJob)
|
||||
go every(util.SQLFlushInterval, sql.FlushHistoryTxJob)
|
||||
go every(util.SQLFlushInterval, sql.FlushAssetContentTxJob)
|
||||
go every(10*time.Minute, model.FixIndexJob)
|
||||
//go every(10*time.Minute, model.FixIndexJob)
|
||||
go every(10*time.Minute, model.IndexEmbedBlockJob)
|
||||
go every(10*time.Minute, model.CacheVirtualBlockRefJob)
|
||||
go every(30*time.Second, model.OCRAssetsJob)
|
||||
|
|
Loading…
Add table
Reference in a new issue