mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Merge pull request 'Remove deadtime optimisation in skippedInstances check' (#9183) from supakaity/calckey:supakaity/deliver-deadtime-removal into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9183
This commit is contained in:
commit
eb2c752ce9
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ export async function skippedInstances(hosts: Array<Instace['host']>): Array<Ins
|
|||
})
|
||||
.andWhere(new Brackets(qb => { qb
|
||||
.where('instance.isSuspended')
|
||||
.orWhere('instance.lastCommunicatedAt < :deadTime', { deadTime });
|
||||
}))
|
||||
.select('host')
|
||||
.getRawMany()
|
||||
|
|
Loading…
Reference in a new issue