CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53 stars 6 forks source link

Add caching for MojangAPI calls #219

Closed emneo-dev closed 2 months ago

emneo-dev commented 11 months ago

We are currently calling the Mojang API like crazy while not caring for rate limits, this should be addressed at some point.