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

Recaching interval not long enough on slower systems #41

Open
conaticus opened this issue Jun 30, 2023 · 0 comments
Open

Recaching interval not long enough on slower systems #41

conaticus opened this issue Jun 30, 2023 · 0 comments
Labels
bug Something isn't working easy task medium priority

Comments

@conaticus
Copy link
Owner

The interval works well on most systems, but slower systems or systems with a bigger file system have the chance of not being able to recache in time for this 30s interval.

The best solution is to have a check to ensure that the previous recache is completed, and skip if it is not. We could implement an algorithm to check for file changes first, but these usually happen so often that it would be redundant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy task medium priority
Projects
None yet
Development

No branches or pull requests

1 participant