🎨 调整为 2 小时一次刷新用户
This commit is contained in:
parent
a8072882fc
commit
7d5572beb9
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func LoadUploadToken() (err error) {
|
|||
}
|
||||
|
||||
var (
|
||||
refreshUserTicker = time.NewTicker(30 * time.Minute)
|
||||
refreshUserTicker = time.NewTicker(2 * time.Hour)
|
||||
subscriptionExpirationReminded bool
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue