nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
55 stars 10 forks source link

Choose better defaults for `loadAttempts` and `loadRetryDelay` #12

Open nezuo opened 1 year ago

nezuo commented 1 year ago

The default saveAttempts setting is 5. Since there is no save retry delay, this means closing a document will only take the amount of time those 5 UpdateAsync calls take. That's a lot less then the 20 seconds loading is retried for.