Skip to content

Commit

Permalink
set default to uncompress
Browse files Browse the repository at this point in the history
  • Loading branch information
THUMarkLau committed May 26, 2024
1 parent 069795d commit 4df9c11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ public class IoTDBConfig {
*/
private String RateLimiterType = "FixedIntervalRateLimiter";

private CompressionType WALCompressionAlgorithm = CompressionType.LZ4;
private CompressionType WALCompressionAlgorithm = CompressionType.UNCOMPRESSED;

IoTDBConfig() {}

Expand Down

0 comments on commit 4df9c11

Please sign in to comment.