Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwluo committed Apr 20, 2024
1 parent 9b5a62b commit 954b623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ public class Config extends ConfigBase {
* The default prefix is "p_".
*/
@ConfField(mutable = true, masterOnly = true)
public static String multi_partition_name_prefix = "p_";
public static String multi_partition_name_prefix = "p";

/**
* Control the max num of backup/restore job per db
Expand Down

0 comments on commit 954b623

Please sign in to comment.