Increment async help

if i use Increment async in 2 servers at once will it run instant or wait for the other request in the other server to finish.

Sending Requests will yield when you use them, if you sent too many at the same time, they will be sent to a Queue. Send more, and you will recieve an error.

Even if they are sent in different servers