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

Refactor game options handling / Issue/#859 game title constraints #992

Merged
merged 6 commits into from
Jan 1, 2024

Conversation

Askaholic
Copy link
Collaborator

This takes a few ideas that were started in #900 and reworks them into a standalone PR. Map data is now fetched when the game is created and immediately whenever the map is changed. This will allow us to update the validity for unranked maps immediately instead of waiting until the game is launched to perform that check. Since the map data may be accessed more frequently now, we cache it in the game service using an LRU cache.

Closes #859

@Askaholic Askaholic force-pushed the refactor-game-options branch 4 times, most recently from 80d270d to b4bb165 Compare January 1, 2024 04:27
@Askaholic Askaholic changed the title Refactor game options handling Refactor game options handling / Issue/#859 game title constraints Jan 1, 2024
@Askaholic Askaholic merged commit 6d9ffe8 into FAForever:develop Jan 1, 2024
7 of 8 checks passed
@Askaholic Askaholic deleted the refactor-game-options branch January 1, 2024 22:06
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.

Game title additional constraints
1 participant