Skip to content

Commit

Permalink
Reduce unnecessary switches
Browse files Browse the repository at this point in the history
  • Loading branch information
LetLetMe committed Oct 23, 2024
1 parent 632a107 commit 77b7e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public class MessageStoreConfig {
private String bottomMostCompressionTypeForConsumeQueueStore = "zstd";
private int batchWriteKvCqSize = 16;

private String rocksdbCompressionType = CompressionType.LZ4_COMPRESSION.name();
private String rocksdbCompressionType = CompressionType.LZ4_COMPRESSION.getLibraryName();

public String getRocksdbCompressionType() {
return rocksdbCompressionType;
Expand Down

0 comments on commit 77b7e55

Please sign in to comment.