question

admin avatar image
admin asked

Leaderboard caching

Are leaderboards cached? I'm updating a statistic and returning the player's new position in CloudScript. But sometimes I get the correct new position, sometimes the old position.

Leaderboards and Statistics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Not cached, but if you're sending the query for the leaderboard immediately behind the update call, it's possible that it hasn't been recalculated yet. If you wait a second, it should be fine.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.