JamesTheSergal / SergalBot

0 stars 0 forks source link

Fix Mysql commands executing immediately instead of being held in queue #4

Open JamesTheSergal opened 1 month ago

JamesTheSergal commented 1 month ago

At this time in the database module every insert and update query is being executed immediately. It is more useful if these commands are held in queue until the bot has finished doing it's current task (like updating user score or lots of small operations)