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?
Answer by Citrus Yan · Oct 06, 2020 at 05:18 AM
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.
Playfab Player Data Fields ? 1 Answer
Setting player data through ue4 blueprints 1 Answer
Create table in data explorer(advanced) 2 Answers