Skip to content

Commit

Permalink
fix: make sure to re-start transaction after commit on index rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Aug 4, 2023
1 parent 416876a commit dd5358e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ private long[] indexCluster(
}
if (documentIndexed % 1000 == 0) {
database.commit();
database.begin();
}
documentNum++;

Expand Down

0 comments on commit dd5358e

Please sign in to comment.