nodecraft / crafthead

Super scalable Minecraft avatar generation, built on Cloudflare Workers
https://crafthead.net
MIT License
84 stars 7 forks source link

fix: remove CachedMojangApiService #88

Closed Cherry closed 8 months ago

Cherry commented 8 months ago

We've delegated all profile fetching to playerdb.co, which handles its own caching via KV, etc. internally. There's no need to double-cache the results here too, adding more latency.