question

Jan Vacek avatar image
Jan Vacek asked

What happens after I overstep the free limit of updates per user

Hello Playfab, What will happen after I step over allowed 30 user-data updates per 5 minutes? It will reject the userDataChange request or what? Or will the system queue these requests (31st and others per 5 min) and after 5 minutes it executes these queued requests? Or do you have any hint how to prevent the requests loss?

Player DataTitle DatalimitsdataCharacter Data
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

·
Citrus Yan avatar image
Citrus Yan answered

First of all, the default limit is 150 updates per 5 minutes, and, yes, requests will be rejected once you overstepped the limit. In fact, it’s not recommended to have a very high update rate, in your case, you should first consider slowing down the update rate by caching data locally, and, if you somehow overstepped the limit in some cases, wait a while before making requests again.

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.