question

Talha avatar image
Talha asked

frequency of Playerdata reading writing

Hi, I would like to know what is the minimum allowed frequency of reading and writing the playerdata(internal, readonly).

What if we on line1 update readonlydata and on line2 update internal data? would that be an issue?

is reading and writing every 3 minutes in cloudscript okay?

what would happen if 4 calls to read and write are made after in a span of 15 seconds? (just once during 24 hours period)

CloudScript
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

·
Seth Du avatar image
Seth Du answered

For most reading related APIs, there are no specific limits given because in normal circumstance, they are more flexible than updating related APIs. Meanwhile, in the Limits tab of Title Settings, you can find all the limits information including updating Player Data:

For Essential Tier users, players can perform 5 update operations every 15 seconds, 150 update operations every 5 minutes, 1800 update operations every hour. In addition, limits to Player Data, Player Internal Data and Player Read-only Data are counted separately, which means they don’t share the same limit.

All the scenarios you have stated in the question should work fine.

2 comments
10 |1200

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

Deekshith avatar image Deekshith commented ·

If 6 calls are made to read/write data within a span of 15 seconds then what will happen?

0 Likes 0 ·
Seth Du avatar image Seth Du ♦ Deekshith commented ·

A failed callback result will be returned, which will indicate a limit exceeding error.

1 Like 1 ·

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.