1
This commit is contained in:
parent
b110ef9499
commit
7445379924
@ -12,11 +12,10 @@ class Rankings {
|
||||
console.log('Rankings.start');
|
||||
while (true) {
|
||||
await this.doRanking();
|
||||
const sleepTime = 60*60*2
|
||||
const sleepTime = 60*60*2;
|
||||
console.log('sleepTime:' + sleepTime, new Date(), sleepTime /60);
|
||||
await utils.sleep(sleepTime * 1000);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
async doRanking() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user