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

Use setUseCaches instead of setDefaultUseCaches #755

Merged
merged 1 commit into from
Jul 29, 2022
Merged

Use setUseCaches instead of setDefaultUseCaches #755

merged 1 commit into from
Jul 29, 2022

Conversation

AuroraLS3
Copy link
Contributor

Use of setDefaultUseCaches impacts all URLClassLoaders and HttpURLConnections, which can lead to erratic behavior of non-sqlite components running on a system since the variable is static.

Related issue: #656

Use of setDefaultUseCaches impacts all URLClassLoaders and HttpURLConnections, which can lead to erratic behavior of non-sqlite components running on a system since the variable is static.

Related issue: #656
@gotson gotson linked an issue Jul 29, 2022 that may be closed by this pull request
@gotson gotson merged commit 6c4f373 into xerial:master Jul 29, 2022
@gotson
Copy link
Collaborator

gotson commented Jul 29, 2022

Thanks!

@AuroraLS3 AuroraLS3 deleted the patch-1 branch July 29, 2022 17:26
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.

[IO performance] setDefaultUseCaches(false) impacts all URL connections
2 participants