Minor log fix, official release 1.0.0

This commit is contained in:
Jonatan Nilsson 2020-09-13 04:39:02 +00:00
parent da2f26490a
commit 5e837daa30
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default class Core extends EventEmitter{
startMonitor() {
if (this.monitoring) return
this.log.info('[Scheduler] Automatic updater has been turned on. Will check for updates every 5 seconds')
this.log.info('[Scheduler] Automatic updater has been turned on. Will check for updates every 3 hours')
let updating = false
this.monitoring = setInterval(async () => {