Skip to content

Commit

Permalink
[ISSUE #6940] change dataReadAheadEnable default to false (#6944)
Browse files Browse the repository at this point in the history
* [ISSUE #6390] Add break to the exception of WHEEL_TIMER_NOT_ENABLE.

* fix broker start fail if mapped file size is 0

* log

* only delete the last empty file

* change dataReadAheadEnable default to true
  • Loading branch information
yuz10 authored Jun 26, 2023
1 parent fa8f256 commit f3ce3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public class MessageStoreConfig {

private boolean coldDataFlowControlEnable = false;
private boolean coldDataScanEnable = false;
private boolean dataReadAheadEnable = false;
private boolean dataReadAheadEnable = true;
private int timerColdDataCheckIntervalMs = 60 * 1000;
private int sampleSteps = 32;
private int accessMessageInMemoryHotRatio = 26;
Expand Down

0 comments on commit f3ce3e8

Please sign in to comment.