SetIncrementSortedAsync limit

Based on this page https://developer.roblox.com/en-us/api-reference/enum/DataStoreRequestType it seems that SetAsync and IncrementAsync have a separate limit when they’re used on OrderedDataStores. The details of the limit should be reflected in the “server limits” section here https://developer.roblox.com/en-us/articles/Datastore-Errors. SetIncrementSortedAsync shows up separately in the developer console and I wanted to look up the requests per minute limit formula for it.

2 Likes

While you’re waiting for documentation, see section 3 and 4 here: