don't wait on close connection after seeding

This commit is contained in:
einhornimmond 2025-06-28 19:51:26 +02:00
parent 683fd53ef7
commit ae7b5f6cee

View File

@ -98,7 +98,8 @@ const run = async () => {
}
logger.info('##seed## seeding all contributionLinks successful...')
await con.destroy()
// TODO: check why this sometimes hangs
// await con.destroy()
}
run().catch((err) => {