Skip to content

Commit

Permalink
playground: Add enable-global-safe-point-v2
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <[email protected]>
  • Loading branch information
breezewish committed Dec 26, 2024
1 parent bc0e4a9 commit 6190b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/playground/instance/pd_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func (inst *PDInstance) getConfig() map[string]any {

if inst.isCSEMode {
config["keyspace.pre-alloc"] = []string{"mykeyspace"}
config["keyspace.enable-global-safe-point-v2"] = true
config["replication.enable-placement-rules"] = true
config["replication.max-replica"] = 1
config["schedule.merge-schedule-limit"] = 0
Expand Down

0 comments on commit 6190b80

Please sign in to comment.