enhance: set the maximum database configuration to be refreshable (#37931)

Signed-off-by: jaime <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2024-11-22 17:46:31 +08:00 committed by GitHub
parent 7bbfe86bcd
commit 8187fb7d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1120,7 +1120,7 @@ type rootCoordConfig struct {
MaxPartitionNum ParamItem `refreshable:"true"`
MinSegmentSizeToEnableIndex ParamItem `refreshable:"true"`
EnableActiveStandby ParamItem `refreshable:"false"`
MaxDatabaseNum ParamItem `refreshable:"false"`
MaxDatabaseNum ParamItem `refreshable:"true"`
MaxGeneralCapacity ParamItem `refreshable:"true"`
GracefulStopTimeout ParamItem `refreshable:"true"`
UseLockScheduler ParamItem `refreshable:"true"`