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

Cache restructure #16

Merged
merged 5 commits into from
Jul 8, 2024
Merged

Cache restructure #16

merged 5 commits into from
Jul 8, 2024

Conversation

SyberiaK
Copy link
Collaborator

@SyberiaK SyberiaK commented Jul 8, 2024

Separated cache into two files:

  • CORE_CACHE stores data fetched in core.py
  • GC_CACHE stores data fetched in game_coordinator.py

This is done to avoid file corruption when two scripts try to write to the same cache file simultaneously.

God bless I hope this works.

P.S.: also contains some minor changes

@SyberiaK SyberiaK merged commit af089ab into master Jul 8, 2024
1 check passed
@SyberiaK SyberiaK deleted the dev/cache_restructure branch October 27, 2024 19:29
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.

1 participant