Skip to content

Commit

Permalink
[ISSUE apache#8222] Fix spelling errors in comments (apache#8224)
Browse files Browse the repository at this point in the history
  • Loading branch information
yx9o authored May 30, 2024
1 parent 9c8fdb7 commit 1520556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class MessageStoreConfig {
// CommitLog file size,default is 1G
private int mappedFileSizeCommitLog = 1024 * 1024 * 1024;

// CompactinLog file size, default is 100M
// CompactionLog file size, default is 100M
private int compactionMappedFileSize = 100 * 1024 * 1024;

// CompactionLog consumeQueue file size, default is 10M
Expand Down

0 comments on commit 1520556

Please sign in to comment.