Skip to content

Update Guild Activity and Name...sometimes

Jose V. Trigueros requested to merge update-guild-name into master

I need to know when a Guild was last active, and that's stored on the database, but I don't need to know all the time. Will be using an LRU cache to only update the Guild last active and, while we're at it, their name if different.

This should save me a ton of I/O.

Merge request reports