Improve marketplace loading performance Fix https://github.com/siyuan-note/siyuan/issues/10973

This commit is contained in:
Daniel
2024-04-12 09:15:03 +08:00
parent 541483ed29
commit da59fa2afa
7 changed files with 49 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ var (
)
func RefreshCheckJob() {
go util.GetRhyResult(true) // 发一次请求进行结果缓存
go refreshSubscriptionExpirationRemind()
go refreshUser()
go refreshAnnouncement()