Add player pronouns to cache #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, every time we get a pronoun request from PAPI, we run multiple SQL queries to extract data from the database file. It's a local file, so the performance impact is not as big as a remote MySQL server, however, it's very badly optimized. We should create maps to link players to their pronouns in the Cache, so that the database becomes necessary only on server restarts and reloads.