🎨 调整为 2 小时一次刷新用户

This commit is contained in:
Liang Ding 2022-08-09 10:41:14 +08:00
parent a8072882fc
commit 7d5572beb9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -144,7 +144,7 @@ func LoadUploadToken() (err error) {
}
var (
refreshUserTicker = time.NewTicker(30 * time.Minute)
refreshUserTicker = time.NewTicker(2 * time.Hour)
subscriptionExpirationReminded bool
)