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

SQLite: Revert multi-threading change #25541

Merged
merged 1 commit into from
Aug 16, 2021
Merged

SQLite: Revert multi-threading change #25541

merged 1 commit into from
Aug 16, 2021

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Aug 16, 2021

Unresolves #22330

@bricelam bricelam requested a review from a team August 16, 2021 20:42
@@ -462,7 +462,7 @@ private void Reset(Keywords index)
return;

case Keywords.Pooling:
_pooling = false;
_pooling = true;
Copy link
Contributor Author

@bricelam bricelam Aug 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to try this in RC1 to get feedback on the feature. If there are any significant drawbacks, we can revert to false before GA.

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐑 🇮🇹

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.

2 participants