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

Only determine game type once #200

Closed
Alfagun74 opened this issue Sep 24, 2023 · 1 comment
Closed

Only determine game type once #200

Alfagun74 opened this issue Sep 24, 2023 · 1 comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@Alfagun74
Copy link
Contributor

Alfagun74 commented Sep 24, 2023

At the moment, the server checks each archive to determine the games type on every index. This is not efficient. The game files won't be updated instantly to become a setup type game. It would be more sensible to detect it only once, and perhaps only if any other field has changed, such as the size launch another detection.

@Alfagun74 Alfagun74 added 🔧 feature New feature or request 🎛️ server There are things to do on the server labels Sep 24, 2023
Alfagun74 added a commit that referenced this issue Sep 24, 2023
@Alfagun74
Copy link
Contributor Author

Implemented in v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Archived in project
Development

No branches or pull requests

1 participant