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

Fix caching bug #39

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Fix caching bug #39

merged 1 commit into from
Feb 21, 2024

Conversation

apainintheneck
Copy link
Owner

We had a cache when loading the cached json and text files which was not actually caching anything. This caused files to be read from disk in a loop instead of just being read the first time.

We had a cache when loading the cached json and text files which
was not actually caching anything. This caused files to be read
from disk in a loop instead of just being read the first time.
@apainintheneck apainintheneck added the bug Something isn't working label Feb 21, 2024
@apainintheneck apainintheneck merged commit 9aea288 into main Feb 21, 2024
11 checks passed
@apainintheneck apainintheneck deleted the fix-caching-bug branch February 21, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant