-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiplayer Improvement: Upload files in parallel to minimize latency #13036
Comments
Turns out there's a comment describing why!
So we basically have to upload the preview AFTER the game |
I thought about this. But is that really an issue? If preview > main then the game simply reloads the main save file. Which resets the turn. So, i do not think we should honor this rare race condition. |
On the other hand, uploading the preview is so fast that it doesn't really save us any considerable time if we parallelize it |
Recently many are reporting high latency issues. If latency is even 300ms, the 2 files would take 600ms. 600 vs 300 looks like a good enough improvement for me. |
File upload time is usually based on size of file, the preview is a really tiny file |
Originally posted by @touhidurrr in #12997
Issue opened as to server as a reference to the discussion.
The text was updated successfully, but these errors were encountered: