Skip to content

Concurrency Improvements

Latest
Compare
Choose a tag to compare
@utkudotdev utkudotdev released this 21 Feb 03:14
· 1 commit to master since this release
ddfe39e

Improves concurrency using stuff like Promise.all. There is a very small chance in some places where a success response is sent to the user when the operation didn't actually succeed in the event that a database write fails or something. Again, quite unlikely and I'm willing to tank that.