Skip to content

Commit 559f389

Browse files
committed
A more intuitive name #10173
1 parent 7b85a5d commit 559f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/src/main/java/org/apache/rocketmq/store/config/StorePathConfigHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static String getStorePathBatchConsumeQueue(final String rootDir) {
3232
}
3333

3434
public static String getStorePathRocksDBConsumeQueue(final String rootDir) {
35-
return rootDir + File.separator + "consumequeue_r";
35+
return rootDir + File.separator + "consumequeue_rocksdb";
3636
}
3737

3838
public static String getStorePathIndex(final String rootDir) {

0 commit comments

Comments
 (0)