Kenesti Posted July 19, 2021 Posted July 19, 2021 The current description of the container.acquireStorage() method says "(only 10 queries/5min)", but in actuality 10 calls to container.acquireStorage() can be made and then a 5-minute cooldown is initiated, no matter the spacing of the calls. It would be much more beneficial to lua coders to have it be a max of 10 calls in a 5-minute rolling timeframe, rather than the ability of making 9 calls (either spaced out or in quick succession) and then having the 10th (no matter how long after the 9th call) trigger a 5-minute cooldown. I imagine the idea was to prevent the use of container.acquireStorage() from being spammed, but even if you make 9 spaced out calls, the 10th triggers the cooldown and breaks any subroutine you may have had going at the time.
EasternGamer Posted July 27, 2021 Posted July 27, 2021 Create a post here: https://github.com/Archaegeo/DualUniverseLuaIssues/issues Kenesti 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now