mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 06:48:49 +01:00
🎨 调整为 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
Add a link
Reference in a new issue