HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
536 stars 152 forks source link

API doesn't update #157

Closed skyblockz closed 4 years ago

skyblockz commented 4 years ago

Sometimes the API doesn't update even the user has changed their settings For example they have turned their api settings for collection on, but it doesnt allow us to query it until they relog, maybe there is a solution? Please tell me, thanks!

puppy0cam commented 4 years ago

https://shouldiblamecaching.com/ Most likely a cache at play, do you refer to it being a relog from the Hypixel network entirely, or to switch islands, or to go to the prototype lobby and back?

ConnorLinfoot commented 4 years ago

Yep, a form of caching is the reason for this. We don't instantly save data to the database to reduce overall requests, leaving SkyBlock does cause it to save or waiting for a little bit will result in the settings being saved.