mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint in indexcoord/prama_table.go (#9227)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
a5408be308
commit
a441e29c82
@ -54,6 +54,7 @@ func (pt *ParamTable) initParams() {
|
||||
pt.initServerMaxRecvSize()
|
||||
}
|
||||
|
||||
// initServicePort initializes the port of IndexCoord service.
|
||||
func (pt *ParamTable) initServicePort() {
|
||||
pt.ServicePort = pt.ParseInt("indexCoord.port")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user