Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Dec 7, 2023
1 parent a151f8a commit 0668143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ public ClientConfiguration setRecoveryReadBatchSize(int batchSize) {
* @return true if reorder read sequence is enabled, otherwise false.
*/
public boolean isReorderReadSequenceEnabled() {
return getBoolean(REORDER_READ_SEQUENCE_ENABLED, false);
return getBoolean(REORDER_READ_SEQUENCE_ENABLED, true);
}

/**
Expand Down

0 comments on commit 0668143

Please sign in to comment.