Hi, we're currently using cloudscript to update our players statistics, which then we have leaderboards based on. We're noticing extreme delays from when we call cloudscript to when players statistics are being updated. What is the normal time from when we call cloudscript to update a statistic to when it should reflect the new value?
Thanks
Answer by Citrus Yan · Aug 20, 2019 at 09:08 AM
Hi Robert, I think it depends on the size of your leaderboard, bigger leaderboard means more recalculation time. Under normal circumstances, it’s best to wait for a second or two before querying the leaderboard after you just updated a statistics, it won’t take long. You can check this thread answered by Brendan to get more detail.