discord-tickets / bot

The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
https://discordtickets.app
GNU General Public License v3.0
898 stars 473 forks source link

Use database transactions when archiving messages #447

Open eartharoid opened 1 year ago

eartharoid commented 1 year ago

https://github.com/discord-tickets/bot/blob/main/src/lib/tickets/archiver.js https://www.prisma.io/docs/guides/performance-and-optimization/prisma-client-transactions-guide#transaction-api Should be faster for SQLite.