Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threaded database access #6

Open
3 tasks
skycatminepokie opened this issue Aug 26, 2024 · 0 comments
Open
3 tasks

Threaded database access #6

skycatminepokie opened this issue Aug 26, 2024 · 0 comments
Labels
internal Something to do with the inner workings

Comments

@skycatminepokie
Copy link
Owner

Creating a new connection every time a new event happens is probably not great for performance. I need to:

  • Decide if I need a new approach
  • Decide what the new approach should be
  • Implement that approach
@skycatminepokie skycatminepokie added the internal Something to do with the inner workings label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Something to do with the inner workings
Projects
None yet
Development

No branches or pull requests

3 participants
@skycatminepokie and others