Schedule token renew every minute
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8480bf334f
commit
066cd63771
@ -283,10 +283,10 @@
|
||||
}
|
||||
);
|
||||
|
||||
// Schedule a token renew every 60 minutes
|
||||
// Schedule a token renew every minute
|
||||
setTimeout(() => {
|
||||
auth.renewToken()
|
||||
}, 1000 * 60 * 60)
|
||||
}, 1000 * 60)
|
||||
|
||||
// Set the motd
|
||||
this.setMotd()
|
||||
|
Reference in New Issue
Block a user