We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scoop.db
scoop.db is locked during the whole lifetime of current PowerShell session
scoop config use_sqlite_cache true # `scoop.db` is locked during the whole lifetime of current PowerShell session
scoop.db should be closed and released after operations(whether creation, update or deletion) to the cache db.
Irrelevant
{ ... "scoop_branch": "develop", "use_sqlite_cache": true }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
scoop.db
is locked during the whole lifetime of current PowerShell sessionCurrent Behavior
Expected Behavior
scoop.db
should be closed and released after operations(whether creation, update or deletion) to the cache db.Additional context/output
Possible Solution
System details
Irrelevant
Scoop Configuration
The text was updated successfully, but these errors were encountered: