Skip to content

Commit

Permalink
fix: invalid key for database level replica number props (#804)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 authored Aug 15, 2024
1 parent 93f6e5c commit 4eff482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/collection_attr.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
// cakAutoCompaction const for collection attribute key autom compaction enabled.
cakAutoCompaction = `collection.autocompaction.enabled`
akMmap = "mmap.enabled"
databaseReplica = "database.replica"
databaseReplica = "database.replica.number"
databaseResourceGroups = "database.resource_groups"
caPartitionKeyIsolation = "partitionkey.isolation"
)
Expand Down

0 comments on commit 4eff482

Please sign in to comment.