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

Long Load times while validation occurs #5

Open
bahusafoo opened this issue Sep 25, 2022 · 0 comments
Open

Long Load times while validation occurs #5

bahusafoo opened this issue Sep 25, 2022 · 0 comments
Labels
enhancement New feature or request Planned

Comments

@bahusafoo
Copy link
Owner

Currently, validation happens in a single job in the background. This is problematic for large games as it will take a long time to calculate/check hashes of many/large files. The plan is to chunk this up into several background jobs that run in parallels, reducing the overall time it takes to finish validation. The last update to the launcher validation scene provided multi-threading, this enhancement will be the next piece needed to accomplish the behavior ultimately desired here.

@bahusafoo bahusafoo added enhancement New feature or request Planned labels Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Planned
Projects
None yet
Development

No branches or pull requests

1 participant