Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghuaiyuan committed Jan 17, 2025
1 parent 92f210a commit 8f6efef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class TimerMessageRocksDBStore {

ScheduledExecutorService scheduledExecutorService = Executors.newSingleThreadScheduledExecutor();
private volatile long commitOffset;
private boolean allowDequeue;
private boolean allowDequeue = true;

public TimerMessageRocksDBStore(final MessageStore messageStore, final MessageStoreConfig storeConfig,
TimerMetrics timerMetrics, final BrokerStatsManager brokerStatsManager) {
Expand Down

0 comments on commit 8f6efef

Please sign in to comment.