Skip to content

Commit 79b5204

Browse files
committed
feat(beta): check for updates every 3 hours
1 parent 1b33d5a commit 79b5204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/dev/beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { getRelativeDate } from '../shared/datetime'
2626
const localize = nls.loadMessageBundle()
2727
const logger = getLogger('dev/beta')
2828

29-
const downloadIntervalMs = 1000 * 60 * 60 * 24 // A day in milliseconds
29+
const downloadIntervalMs = 1000 * 60 * 60 * 3 // 3 hours (8 times/day).
3030

3131
interface BetaToolkit {
3232
readonly needUpdate: boolean

0 commit comments

Comments
 (0)