Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
fix: 调整定时刷新登录,每日刷新榜单时间间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 4, 2021
1 parent c9c0e82 commit 3454934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,11 @@ subscribeKey(store, 'playing', playing => {

setInterval(() => {
bootstrap()
}, 12 * 60 * 60 * 1000)
}, 10 * 60 * 60 * 1000)

setInterval(() => {
refreshLogin()
}, 51 * 60 * 100)
}, 51 * 60 * 1000)

api.code301 = reset

Expand Down

0 comments on commit 3454934

Please sign in to comment.