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

pkg/cache: Update last_accessed_at less frequently #41

Merged
merged 17 commits into from
Dec 6, 2024

Conversation

kalbasit
Copy link
Owner

@kalbasit kalbasit commented Dec 6, 2024

To avoid many of the database locked errors I am seeing, lower the update frequency to once every 5 minutes per record.

closes #38

@kalbasit kalbasit merged commit 39aad14 into main Dec 6, 2024
3 checks passed
@kalbasit kalbasit deleted the update-less-frequent branch December 6, 2024 04:21
kalbasit added a commit that referenced this pull request Dec 6, 2024
* main:
  pkg/cache: Update last_accessed_at less frequently (#41)
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.

error executing the statement: database is locked
1 participant