From 856dec8fc6f730842cf6ef791d4e8f23e0287bc3 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 15 Aug 2024 14:26:01 +0800 Subject: [PATCH] fix: invalid key for database level replica number props Signed-off-by: Wei Liu --- entity/collection_attr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/collection_attr.go b/entity/collection_attr.go index 0e6c27fe..af6fef86 100644 --- a/entity/collection_attr.go +++ b/entity/collection_attr.go @@ -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" )