Skip to content

Commit

Permalink
Add rollback to postProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed Jan 30, 2025
1 parent 325605a commit 087425a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BedrockCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ void BedrockCore::postProcessCommand(unique_ptr<BedrockCommand>& command, bool i

// The command is complete.
command->complete = true;
_db.rollback();
_db.clearTimeout();

// Reset, we can write now.
Expand Down

0 comments on commit 087425a

Please sign in to comment.