Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hhy50 committed Apr 10, 2023
2 parents 46ff21a + 0ae70a6 commit 51d8d16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,6 @@ public void run() {
timerLog.getMappedFileQueue().flush(0);
timerWheel.flush();
timerCheckpoint.flush();
timerLog.getMappedFileQueue().flush(0);
if (System.currentTimeMillis() - start > storeConfig.getTimerProgressLogIntervalMs()) {
start = System.currentTimeMillis();
long tmpQueueOffset = currQueueOffset;
Expand Down

0 comments on commit 51d8d16

Please sign in to comment.