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 hash of binary files in cache service #1707

Merged
merged 3 commits into from
Jan 28, 2025

Conversation

misode
Copy link
Member

@misode misode commented Jan 4, 2025

Also slightly tweaks the auto-cache interval behavior. The timer will now only start when the project is ready, changed the interval from 10 minutes to 5 minutes, and the project will now be cached immediately after ready, instead of having to wait potentially 10 minutes.

@misode misode marked this pull request as ready for review January 24, 2025 21:02
@misode misode merged commit c18a593 into SpyglassMC:main Jan 28, 2025
3 checks passed
@misode misode deleted the fix-binary-files-hash branch January 28, 2025 17:39
misode added a commit that referenced this pull request Jan 31, 2025
@misode misode restored the fix-binary-files-hash branch February 17, 2025 00:12
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.

Binary files are not hashed correctly in CacheService
2 participants