mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
♻️ Refactor kernel model transaction https://github.com/siyuan-note/siyuan/issues/9338
This commit is contained in:
parent
828eeee4be
commit
56ace2e427
2 changed files with 21 additions and 50 deletions
|
|
@ -35,7 +35,6 @@ func StartCron() {
|
|||
go every(2*time.Hour, model.StatJob)
|
||||
go every(2*time.Hour, model.RefreshCheckJob)
|
||||
go every(3*time.Second, model.FlushUpdateRefTextRenameDocJob)
|
||||
go every(50*time.Millisecond, model.FlushTxJob)
|
||||
go every(util.SQLFlushInterval, sql.FlushTxJob)
|
||||
go every(util.SQLFlushInterval, sql.FlushHistoryTxJob)
|
||||
go every(util.SQLFlushInterval, sql.FlushAssetContentTxJob)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue