We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b33d5a commit 79b5204Copy full SHA for 79b5204
packages/core/src/dev/beta.ts
@@ -26,7 +26,7 @@ import { getRelativeDate } from '../shared/datetime'
26
const localize = nls.loadMessageBundle()
27
const logger = getLogger('dev/beta')
28
29
-const downloadIntervalMs = 1000 * 60 * 60 * 24 // A day in milliseconds
+const downloadIntervalMs = 1000 * 60 * 60 * 3 // 3 hours (8 times/day).
30
31
interface BetaToolkit {
32
readonly needUpdate: boolean
0 commit comments