mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
⚡ Improve marketplace loading performance Fix https://github.com/siyuan-note/siyuan/issues/10973
This commit is contained in:
parent
541483ed29
commit
da59fa2afa
7 changed files with 49 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ var (
|
|||
)
|
||||
|
||||
func RefreshCheckJob() {
|
||||
go util.GetRhyResult(true) // 发一次请求进行结果缓存
|
||||
go refreshSubscriptionExpirationRemind()
|
||||
go refreshUser()
|
||||
go refreshAnnouncement()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue