Skip to content

Implement thread-safe caching for private messages #3

@aromaa

Description

@aromaa

At the moment PrivateMessageManager which handles loading, creating and deleting private messages on database level does not have any type of caching, this could potentially overload the database and should be high priority.

This can be easily achieved as we don't really need to "update" the cache and only add and remove things. Pretty straight forward.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions