🎨 Update detection time
This commit is contained in:
2
bin/helpers/updater.ts
vendored
2
bin/helpers/updater.ts
vendored
@@ -2,5 +2,5 @@ import updateNotifier from 'update-notifier';
|
||||
import packageJson from '../../package.json';
|
||||
|
||||
export async function checkUpdateTips() {
|
||||
updateNotifier({ pkg: packageJson }).notify();
|
||||
updateNotifier({ pkg: packageJson, updateCheckInterval: 1000 * 60 }).notify();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user