question

Jung Ho June avatar image
Jung Ho June asked

How to avoid frequently update user data?

my game has random root table for using virtual currency gacha

so player can roll the root table fastly

what should i do?

i

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

The normal pattern for this scenario would be: cache the user data locally and always update them when something important happens like achievements, purchases, or when the player clicks the “save” button. Other than that, only save them periodically, like every few minutes should be fine.

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.