Minor log fix, official release 1.0.0
This commit is contained in:
parent
da2f26490a
commit
5e837daa30
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue