Skip to content

perf: Use async queries in player death handler - #896

Merged
jprzimba merged 3 commits into
mainfrom
death
Aug 12, 2026
Merged

perf: Use async queries in player death handler#896
jprzimba merged 3 commits into
mainfrom
death

Conversation

@jprzimba

@jprzimba jprzimba commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

Convert player death database queries to async to avoid blocking the event loop. Remove inefficient result fetching that only counted records. The death count is tracked implicitly by the database, eliminating unnecessary query overhead.

Convert player death database queries to async to avoid blocking the event loop. Remove inefficient result fetching that only counted records. The death count is tracked implicitly by the database, eliminating unnecessary query overhead.
@jprzimba
jprzimba merged commit 2caf82c into main Aug 12, 2026
14 checks passed
@jprzimba
jprzimba deleted the death branch August 12, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant