This commit is contained in:
parent
b5b9e62cd5
commit
b6ecdc010c
@ -185,9 +185,9 @@ module.exports = async (client, apex, app) => {
|
||||
scanReturn = async () => {
|
||||
app.locals.scannum = 0
|
||||
if (servers?.length > 0) {
|
||||
return await scan(servers.shift())
|
||||
await scan(servers.shift())
|
||||
} else {
|
||||
return await scan(constant.initialscan)
|
||||
await scan(constant.initialscan)
|
||||
}
|
||||
},
|
||||
scan = async server => {
|
||||
@ -239,5 +239,5 @@ module.exports = async (client, apex, app) => {
|
||||
job = schedule.scheduleJob('0 ' + constant.schedule + ' * * *', async () => {
|
||||
await util.sendFederatedMessage(constant.nick, null, 'Scanning ' + app.locals.server + ' instance with ' + app.locals.scantotal + ' peers\nScanned ' + app.locals.peers + ' peers from ' + app.locals.instances + ' instances, ' + app.locals.created + ' created, ' + app.locals.updated + ' updated\nhttps://' + constant.apexdomain)
|
||||
})
|
||||
return await scanReturn()
|
||||
await scanReturn()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user