question

Reid Taylor avatar image
Reid Taylor asked

Limits for Saving/Loading

I have had quite a hard time figuring out limits for saving with PlayFab.... Someone suggested saving every 5 seconds, but what if the player buys a skin then quits before it saves again? Does getting data from PlayFab have the same limits as setting? Is there any place that shows the exact limits for PlayFab? (i.e. like 5 sets per 5 seconds)

Player Datalimitsdata
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

The rate limits for updating player data are in the Title Settings->Limits tab - have a look for "Player data value updates per 15 seconds", for example. When reading data, you're limited to one call per second (5 per 5 seconds, technically). Please bear in mind that every data read and write is going to spin the relevant Profile meter (read/write) based on the KB read/written. In the case of writes, that is metered per Key/Value pair, so a write of 10 keys that are each 1.5 KB would be a total of 20 "ticks" of the write meter (2 per KVP, since they're > 1 KB, but not over 2). Reading that same data would be a total read of 15 KB, which would be 15 ticks of the read meter.

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.