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

Fix search command hangs and times out. #15

Merged
merged 1 commit into from
Nov 1, 2020

Conversation

Blokje5
Copy link
Contributor

@Blokje5 Blokje5 commented Oct 31, 2020

Fixes #14

The order of index construction calls was off, leading to a lock on the index before it could be constructed.

The order of index construction calls was off, leading to a lock on the index before it could be constructed.

Signed-off-by: Lennard Eijsackers <[email protected]>
@Blokje5 Blokje5 force-pushed the fix/search-command-blocks-on-index-construction branch from 3d220fa to 2375fc4 Compare October 31, 2020 12:07
@xchapter7x xchapter7x merged commit 7a29377 into main Nov 1, 2020
@xchapter7x xchapter7x deleted the fix/search-command-blocks-on-index-construction branch November 1, 2020 13:39
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.

search command hangs and times out.
2 participants