Skip to content
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

file transfer optimization #89

Merged
merged 3 commits into from
May 12, 2024

Conversation

AnauNaga
Copy link
Contributor

Saves were being sent to the server and being compressed by the server. This can take a few dozen packets to finish.
Saves are now compressed by the client then sent to the server. This takes about 4-8 packets (more if mods are heavy)

Copy link
Owner

@Byte-Nova Byte-Nova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested after fixes, no issues to report.

@Byte-Nova Byte-Nova merged commit e5091a5 into Byte-Nova:development May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants