question

dragonfoundry avatar image
dragonfoundry asked

Statistic update limit

I'm seeing playfab errors on updating statistics when more than 25 need to be updated. Is there a hidden limit here?

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

·
Ian Oliver avatar image
Ian Oliver answered

There is (currently) a limit of 25 stats updated at a single time.

You will need to split your update into multiple calls to UpdatePlayerStatistics with no more than 25 stats per call.

1 comment
10 |1200

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

brendan avatar image brendan commented ·

But please bear in mind that you should not hammer the service with many of these calls all at once. Always wait for the response from the previous call before updating the next set.

0 Likes 0 ·

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.