Skip to content

Commit 6fb0ad0

Browse files
committed
[updates][xs]: dont cache update notifier results for more than a second - refs datopian/datahub.io#204
1 parent a0da493 commit 6fb0ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const boxen = require('boxen')
55
module.exports = () => {
66
const notifier = updateNotifier({
77
pkg,
8-
updateCheckInterval: 1000 * 60 * 60
8+
updateCheckInterval: 1000
99
})
1010

1111
if (!notifier.update) {

0 commit comments

Comments
 (0)