-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from kcalvinalvin/2024-06-24-dont-include-0s
indexers: only include positions that were found
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e166f10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EDIT: Never mind this comment below, it didn't fix it. I ran the new code in the wrong VM.
Currently running 2 clones of this VM. One with the latest fix and one without, we will see which crashes.
@kcalvinalvin This change seems to have fixed the orphan error loop.
I saved a snapshot of the VM that was stuck in this loop, and ran it with the latest commits.
It's syncing now. Good work!