Skip to content

Commit

Permalink
refactor: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 30, 2022
1 parent 39041ae commit 54e2acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ private void onNewEventCommitted() {
}

private void exportEvents() {
// to always run in the same thread
// we need to skip until onRecovered happened
if (logStreamReader == null) {
return;
}
Expand Down

0 comments on commit 54e2acb

Please sign in to comment.