Skip to content

Commit

Permalink
PLT-191: disable cache for index recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Dec 11, 2023
1 parent 8b16f49 commit b925d66
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,14 @@ protected void waitCondition() throws InterruptedException {

@Override
protected void action() {
graph.setEnableCache(false);
lastInvocation = times.getTime();
txCache.cleanUp();
}

@Override
protected void cleanup() {
graph.setEnableCache(false);
txCache.cleanUp();
}
}
Expand Down

0 comments on commit b925d66

Please sign in to comment.