🎨 Improve rhy cache duration

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-04 11:50:40 +08:00
parent 79e7339517
commit 535308f6ab
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 16 additions and 9 deletions

View file

@ -214,10 +214,13 @@ var (
subscriptionExpirationReminded bool
)
func RefreshCheckJob() {
func RefreshCheckJob2H() {
go refreshSubscriptionExpirationRemind()
go refreshUser()
go refreshAnnouncement()
}
func RefreshCheckJob6H() {
go refreshCheckDownloadInstallPkg()
}