mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🎨 Improve rhy cache duration
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
79e7339517
commit
535308f6ab
4 changed files with 16 additions and 9 deletions
|
|
@ -214,10 +214,13 @@ var (
|
|||
subscriptionExpirationReminded bool
|
||||
)
|
||||
|
||||
func RefreshCheckJob() {
|
||||
func RefreshCheckJob2H() {
|
||||
go refreshSubscriptionExpirationRemind()
|
||||
go refreshUser()
|
||||
go refreshAnnouncement()
|
||||
}
|
||||
|
||||
func RefreshCheckJob6H() {
|
||||
go refreshCheckDownloadInstallPkg()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue