Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How big exactly is the queue for datastores?

Asked by
OBenjOne 190
5 years ago

I am working on making a data store which saves player data whenever they level up. When a round ends (once every 30 minutes or so) a lot of EXP is added to all players in the wining team and they may each level up multiple times. I know many of the resulting data save requests will be added to the queue because roblox can't process that many SetAsync() requests at the same time. So I was wondering exactly how many requests it can queue and couldn't find anything about it.

(I am using the data save from the guides section with the variable names changed but I will provide it if you want)

0
hopefully it is something like 200... OBenjOne 190 — 5y
0
0
btw, DataStore:GetRequestBudgetForRequestType() might be handy https://www.robloxdev.com/api-reference/function/DataStoreService/GetRequestBudgetForRequestType User#20388 0 — 5y
0
Great! thanks! OBenjOne 190 — 5y
0
I just got tired of reading all of those little boxes when I was so close... OBenjOne 190 — 5y

Answer this question